Html Css Color HEX #0C141D Black Pearl

📋 copy color: '#0C141D'

red 12 ◦ green 20 ◦ blue 29

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

Shades of Black Pearl #0C141D

Tints of Black Pearl #0C141D

RGB

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

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

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

R = 19.67%
G = 32.79%
B = 47.54%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0C141D (or 0x0C141D) is known color: Black Pearl. HEX triplet: 0C, 14 and 1D. RGB value is (12,20,29). Sum of RGB (Red+Green+Blue) = 12+20+29=61 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.67% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C141D is #F3EBE2. Grayscale: #121212. Windows color (decimal): -15985635 or 1905676. OLE color: 1905676.

HSL color Cylindrical-coordinate representation of color #0C141D: hue angle of 211.76º 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 #0C141D is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 20 29 -
CMYK 0.59 0.31 0 0.89
HSL 211.76º 0.41% 0.08% -
HSV(B) 211.76º 0.59% 0.11% -
XYZ 0.62 0.67 1.26 -
YUV 18.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 12 20 29 0.59 0.31 0 0.89 211.76 0.41 0.08
Hex C 14 1D 3B 1F 0 59 D4 29 8
Octal 14 24 35 73 37 0 131 324 51 10
Binary 1100 10100 11101 111011 11111 0 1011001 11010100 101001 1000

Color Harmonies of #0C141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C141D

Black with #0C141D

Text Example


Text Example

White with #0C141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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