Html Css Color HEX #0C1217 Black Pearl

📋 copy color: '#0C1217'

red 12 ◦ green 18 ◦ blue 23

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

Shades of Black Pearl #0C1217

Tints of Black Pearl #0C1217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 33.96%

 BLUE value IS 23 (9.38% from 255) = 43.4%

R = 22.64%
G = 33.96%
B = 43.4%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C1217 (or 0x0C1217) is known color: Black Pearl. HEX triplet: 0C, 12 and 17. RGB value is (12,18,23). Sum of RGB (Red+Green+Blue) = 12+18+23=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 23 (9.38% from 255 or 43.40% from 53); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C1217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1217 is #F3EDE8. Grayscale: #101010. Windows color (decimal): -15986153 or 1511948. OLE color: 1511948.

HSL color Cylindrical-coordinate representation of color #0C1217: hue angle of 207.27º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0C1217 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 18 23 -
CMYK 0.48 0.22 0 0.91
HSL 207.27º 0.31% 0.07% -
HSV(B) 207.27º 0.48% 0.09% -
XYZ 0.52 0.57 0.89 -
YUV 16.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 12 18 23 0.48 0.22 0 0.91 207.27 0.31 0.07
Hex C 12 17 30 16 0 5B CF 1F 7
Octal 14 22 27 60 26 0 133 317 37 7
Binary 1100 10010 10111 110000 10110 0 1011011 11001111 11111 111

Color Harmonies of #0C1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1217

Black with #0C1217

Text Example


Text Example

White with #0C1217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,18,23); }

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

background-color css

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

 a { background-color: rgb(12,18,23); }

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

border-color css

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

 span { border-color: rgb(12,18,23); }

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