#0C1E23

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

Shades of Black Pearl #0C1E23

Tints of Black Pearl #0C1E23

Color information

#0C1E23 (or 0x0C1E23) is unknown color: approx Black Pearl. HEX triplet: 0C, 1E and 23. RGB value is (12,30,35). Sum of RGB (Red+Green+Blue) = 12+30+35=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 35 (14.06% from 255 or 45.45% from 77); Max value from RGB is 35 - color contains mainly: blue. Hex color #0C1E23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1E23 is #F3E1DC. Grayscale: #191919. Windows color (decimal): -15983069 or 2301452. OLE color: 2301452.

HSL color Cylindrical-coordinate representation of color #0C1E23: hue angle of 193.04º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0C1E23 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB123035-
CMYK0.660.1400.86
HSL193.04º48.94%9.22%-
HSV(B)193.04º65.71%13.73%-
XYZ0.921.131.76-
YUV25.19133.54118.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.58%
GREEN value IS 30 (12.11% from 255) = 38.96%
BLUE value IS 35 (14.06% from 255) = 45.45%
R=15.58%
G=38.96%
B=45.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1230350.660.1400.86193.0448.949.22
HexC1E2342E056c1319
Octal1436431021601263016111
Binary1100111101000111000010111001010110110000011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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