#0C151A

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

Shades of Black Pearl #0C151A

Tints of Black Pearl #0C151A

Color information

#0C151A (or 0x0C151A) is unknown color: approx Black Pearl. HEX triplet: 0C, 15 and 1A. RGB value is (12,21,26). Sum of RGB (Red+Green+Blue) = 12+21+26=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C151A is #F3EAE5. Grayscale: #121212. Windows color (decimal): -15985382 or 1709324. OLE color: 1709324.

HSL color Cylindrical-coordinate representation of color #0C151A: hue angle of 201.43º 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 #0C151A is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB122126-
CMYK0.540.1900.90
HSL201.43º36.84%7.45%-
HSV(B)201.43º53.85%10.2%-
XYZ0.610.691.08-
YUV18.88132.02123.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 20.34%
GREEN value IS 21 (8.59% from 255) = 35.59%
BLUE value IS 26 (10.55% from 255) = 44.07%
R=20.34%
G=35.59%
B=44.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1221260.540.1900.90201.4336.847.45
HexC151A361305Ac9257
Octal14253266230132311457
Binary11001010111010110110100110101101011001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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