Html Css Color HEX #0C090B Melanzane

📋 copy color: '#0C090B'

red 12 ◦ green 9 ◦ blue 11

#0C090B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #0C090B

Tints of Melanzane #0C090B

RGB

 RED value IS 12 (5.08% from 255) = 37.5%

 GREEN value IS 9 (3.91% from 255) = 28.13%

 BLUE value IS 11 (4.69% from 255) = 34.38%

R = 37.5%
G = 28.13%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.95

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C090B (or 0x0C090B) is known color: Melanzane. HEX triplet: 0C, 09 and 0B. RGB value is (12,9,11). Sum of RGB (Red+Green+Blue) = 12+9+11=32 (4% of max value = 765). Red value is 12 (5.08% from 255 or 37.5% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 12 - color contains mainly: red. Hex color #0C090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C090B is #F3F6F4. Grayscale: #0A0A0A. Windows color (decimal): -15988469 or 723212. OLE color: 723212.

HSL color Cylindrical-coordinate representation of color #0C090B: hue angle of 320º degrees, saturation: 0.14, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0C090B is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 9 11 -
CMYK 0 0.25 0.08 0.95
HSL 320º 0.14% 0.04% -
HSV(B) 320º 0.25% 0.05% -
XYZ 0.31 0.3 0.36 -
YUV 10.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 12 9 11 0 0.25 0.08 0.95 320 0.14 0.04
Hex C 9 B 0 19 8 5F 140 E 4
Octal 14 11 13 0 31 10 137 500 16 4
Binary 1100 1001 1011 0 11001 1000 1011111 101000000 1110 100

Color Harmonies of #0C090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C090B

Black with #0C090B

Text Example


Text Example

White with #0C090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C090B; }

 p { color: rgb(12,9,11); }

 H1.HeaderClassName
 {
   color: #0C090B;
 }
 .AnyTagClassName
 {
   color: #0C090B;
 }
</style>

background-color css

<style>
 a { background-color: #0C090B; }

 a { background-color: rgb(12,9,11); }

 div.DivClassName
 {
   background-color: #0C090B;
 }
 .BgClassName
 {
   background-color: #0C090B;
 }
</style>

border-color css

<style>
 span { border-color: #0C090B; }

 span { border-color: rgb(12,9,11); }

 td.TdClassName
 {
   border-color: #0C090B;
 }
 .TagClassName
 {
   border-color: #0C090B;
 }
</style>