#0C121A

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

Shades of Black Pearl #0C121A

Tints of Black Pearl #0C121A

Color information

#0C121A (or 0x0C121A) is unknown color: approx Black Pearl. HEX triplet: 0C, 12 and 1A. RGB value is (12,18,26). Sum of RGB (Red+Green+Blue) = 12+18+26=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C121A is #F3EDE5. Grayscale: #111111. Windows color (decimal): -15986150 or 1708556. OLE color: 1708556.

HSL color Cylindrical-coordinate representation of color #0C121A: hue angle of 214.29º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0C121A is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB121826-
CMYK0.540.3100.90
HSL214.29º36.84%7.45%-
HSV(B)214.29º53.85%10.2%-
XYZ0.550.591.06-
YUV17.12133.01124.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.43%
GREEN value IS 18 (7.42% from 255) = 32.14%
BLUE value IS 26 (10.55% from 255) = 46.43%
R=21.43%
G=32.14%
B=46.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1218260.540.3100.90214.2936.847.45
HexC121A361F05Ad6257
Octal14223266370132326457
Binary11001001011010110110111110101101011010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,18,26); }

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

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

 a { background-color: rgb(12,18,26); }

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

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

 span { border-color: rgb(12,18,26); }

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