Html Css Color HEX #0C1317 Black Pearl

📋 copy color: '#0C1317'

red 12 ◦ green 19 ◦ blue 23

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

Shades of Black Pearl #0C1317

Tints of Black Pearl #0C1317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 35.19%

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

R = 22.22%
G = 35.19%
B = 42.59%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C1317 (or 0x0C1317) is known color: Black Pearl. HEX triplet: 0C, 13 and 17. RGB value is (12,19,23). Sum of RGB (Red+Green+Blue) = 12+19+23=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C1317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1317 is #F3ECE8. Grayscale: #111111. Windows color (decimal): -15985897 or 1512204. OLE color: 1512204.

HSL color Cylindrical-coordinate representation of color #0C1317: hue angle of 201.82º 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 #0C1317 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 19 23 -
CMYK 0.48 0.17 0 0.91
HSL 201.82º 0.31% 0.07% -
HSV(B) 201.82º 0.48% 0.09% -
XYZ 0.54 0.61 0.9 -
YUV 17.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 12 19 23 0.48 0.17 0 0.91 201.82 0.31 0.07
Hex C 13 17 30 11 0 5B CA 1F 7
Octal 14 23 27 60 21 0 133 312 37 7
Binary 1100 10011 10111 110000 10001 0 1011011 11001010 11111 111

Color Harmonies of #0C1317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1317

Black with #0C1317

Text Example


Text Example

White with #0C1317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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