Html Css Color HEX #0C0F11 Black Pearl

📋 copy color: '#0C0F11'

red 12 ◦ green 15 ◦ blue 17

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

Shades of Black Pearl #0C0F11

Tints of Black Pearl #0C0F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 34.09%

 BLUE value IS 17 (7.03% from 255) = 38.64%

R = 27.27%
G = 34.09%
B = 38.64%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0C0F11 (or 0x0C0F11) is known color: Black Pearl. HEX triplet: 0C, 0F and 11. RGB value is (12,15,17). Sum of RGB (Red+Green+Blue) = 12+15+17=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 17 - color contains mainly: blue. Hex color #0C0F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F11 is #F3F0EE. Grayscale: #0E0E0E. Windows color (decimal): -15986927 or 1117964. OLE color: 1117964.

HSL color Cylindrical-coordinate representation of color #0C0F11: hue angle of 204º degrees, saturation: 0.17, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0C0F11 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 12 15 17 -
CMYK 0.29 0.12 0 0.93
HSL 204º 0.17% 0.06% -
HSV(B) 204º 0.29% 0.07% -
XYZ 0.42 0.46 0.6 -
YUV 14.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 12 15 17 0.29 0.12 0 0.93 204 0.17 0.06
Hex C F 11 1D C 0 5D CC 11 6
Octal 14 17 21 35 14 0 135 314 21 6
Binary 1100 1111 10001 11101 1100 0 1011101 11001100 10001 110

Color Harmonies of #0C0F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0F11

Black with #0C0F11

Text Example


Text Example

White with #0C0F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,15,17); }

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

background-color css

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

 a { background-color: rgb(12,15,17); }

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

border-color css

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

 span { border-color: rgb(12,15,17); }

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