#0C1626

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

Shades of Black Pearl #0C1626

Tints of Black Pearl #0C1626

Color information

#0C1626 (or 0x0C1626) is unknown color: approx Black Pearl. HEX triplet: 0C, 16 and 26. RGB value is (12,22,38). Sum of RGB (Red+Green+Blue) = 12+22+38=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 38 (15.23% from 255 or 52.78% from 72); Max value from RGB is 38 - color contains mainly: blue. Hex color #0C1626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1626 is #F3E9D9. Grayscale: #141414. Windows color (decimal): -15985114 or 2496012. OLE color: 2496012.

HSL color Cylindrical-coordinate representation of color #0C1626: hue angle of 216.92º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C1626 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB122238-
CMYK0.680.4200.85
HSL216.92º52%9.8%-
HSV(B)216.92º68.42%14.9%-
XYZ0.790.791.95-
YUV20.83137.69121.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.67%
GREEN value IS 22 (8.98% from 255) = 30.56%
BLUE value IS 38 (15.23% from 255) = 52.78%
R=16.67%
G=30.56%
B=52.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1222380.680.4200.85216.92529.8
HexC1626442A055d934a
Octal1426461045201253316412
Binary110010110100110100010010101001010101110110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,22,38); }

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

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

 a { background-color: rgb(12,22,38); }

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

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

 span { border-color: rgb(12,22,38); }

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