Html Css Color HEX #0C1420 Black Pearl

📋 copy color: '#0C1420'

red 12 ◦ green 20 ◦ blue 32

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

Shades of Black Pearl #0C1420

Tints of Black Pearl #0C1420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 31.25%

 BLUE value IS 32 (12.89% from 255) = 50%

R = 18.75%
G = 31.25%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0C1420 (or 0x0C1420) is known color: Black Pearl. HEX triplet: 0C, 14 and 20. RGB value is (12,20,32). Sum of RGB (Red+Green+Blue) = 12+20+32=64 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.75% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: blue. Hex color #0C1420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1420 is #F3EBDF. Grayscale: #121212. Windows color (decimal): -15985632 or 2102284. OLE color: 2102284.

HSL color Cylindrical-coordinate representation of color #0C1420: hue angle of 216º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0C1420 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 12 20 32 -
CMYK 0.63 0.37 0 0.87
HSL 216º 0.45% 0.09% -
HSV(B) 216º 0.63% 0.13% -
XYZ 0.66 0.68 1.46 -
YUV 18.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 12 20 32 0.63 0.37 0 0.87 216 0.45 0.09
Hex C 14 20 3F 25 0 57 D8 2D 9
Octal 14 24 40 77 45 0 127 330 55 11
Binary 1100 10100 100000 111111 100101 0 1010111 11011000 101101 1001

Color Harmonies of #0C1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1420

Black with #0C1420

Text Example


Text Example

White with #0C1420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,20,32); }

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

background-color css

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

 a { background-color: rgb(12,20,32); }

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

border-color css

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

 span { border-color: rgb(12,20,32); }

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