#0C141E

Color #0C141E Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #0C141E

Tints of Black Pearl #0C141E

Color information

#0C141E (or 0x0C141E) is unknown color: approx Black Pearl. HEX triplet: 0C, 14 and 1E. RGB value is (12,20,30). Sum of RGB (Red+Green+Blue) = 12+20+30=62 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.35% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #0C141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C141E is #F3EBE1. Grayscale: #121212. Windows color (decimal): -15985634 or 1971212. OLE color: 1971212.

HSL color Cylindrical-coordinate representation of color #0C141E: hue angle of 213.33º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0C141E is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB122030-
CMYK0.600.3300.88
HSL213.33º42.86%8.24%-
HSV(B)213.33º60%11.76%-
XYZ0.640.671.32-
YUV18.75134.35123.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 19.35%
GREEN value IS 20 (8.20% from 255) = 32.26%
BLUE value IS 30 (12.11% from 255) = 48.39%
R=19.35%
G=32.26%
B=48.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1220300.600.3300.88213.3342.868.24
HexC141E3C21058d52b8
Octal142436744101303255310
Binary1100101001111011110010000101011000110101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C141E;
 }
 .AnyTagClassName
 {
   color: #0C141E;
 }
</style>
background-color css

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

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

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

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

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

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