Html Css Color HEX #0C191D Black Pearl

📋 copy color: '#0C191D'

red 12 ◦ green 25 ◦ blue 29

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

Shades of Black Pearl #0C191D

Tints of Black Pearl #0C191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 37.88%

 BLUE value IS 29 (11.72% from 255) = 43.94%

R = 18.18%
G = 37.88%
B = 43.94%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0C191D (or 0x0C191D) is known color: Black Pearl. HEX triplet: 0C, 19 and 1D. RGB value is (12,25,29). Sum of RGB (Red+Green+Blue) = 12+25+29=66 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.18% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C191D is #F3E6E2. Grayscale: #151515. Windows color (decimal): -15984355 or 1906956. OLE color: 1906956.

HSL color Cylindrical-coordinate representation of color #0C191D: hue angle of 194.12º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0C191D is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 25 29 -
CMYK 0.59 0.14 0 0.89
HSL 194.12º 0.41% 0.08% -
HSV(B) 194.12º 0.59% 0.11% -
XYZ 0.72 0.86 1.29 -
YUV 21.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 12 25 29 0.59 0.14 0 0.89 194.12 0.41 0.08
Hex C 19 1D 3B E 0 59 C2 29 8
Octal 14 31 35 73 16 0 131 302 51 10
Binary 1100 11001 11101 111011 1110 0 1011001 11000010 101001 1000

Color Harmonies of #0C191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C191D

Black with #0C191D

Text Example


Text Example

White with #0C191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,25,29); }

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

background-color css

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

 a { background-color: rgb(12,25,29); }

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

border-color css

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

 span { border-color: rgb(12,25,29); }

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