Html Css Color HEX #0C1517 Black Pearl

📋 copy color: '#0C1517'

red 12 ◦ green 21 ◦ blue 23

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

Shades of Black Pearl #0C1517

Tints of Black Pearl #0C1517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 37.5%

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

R = 21.43%
G = 37.5%
B = 41.07%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C1517 (or 0x0C1517) is known color: Black Pearl. HEX triplet: 0C, 15 and 17. RGB value is (12,21,23). Sum of RGB (Red+Green+Blue) = 12+21+23=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C1517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1517 is #F3EAE8. Grayscale: #121212. Windows color (decimal): -15985385 or 1512716. OLE color: 1512716.

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

Color convert

RGB 12 21 23 -
CMYK 0.48 0.09 0 0.91
HSL 190.91º 0.31% 0.07% -
HSV(B) 190.91º 0.48% 0.09% -
XYZ 0.57 0.68 0.91 -
YUV 18.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 12 21 23 0.48 0.09 0 0.91 190.91 0.31 0.07
Hex C 15 17 30 9 0 5B BF 1F 7
Octal 14 25 27 60 11 0 133 277 37 7
Binary 1100 10101 10111 110000 1001 0 1011011 10111111 11111 111

Color Harmonies of #0C1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1517

Black with #0C1517

Text Example


Text Example

White with #0C1517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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