#0C1E2B

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

Shades of Black Pearl #0C1E2B

Tints of Black Pearl #0C1E2B

Color information

#0C1E2B (or 0x0C1E2B) is unknown color: approx Black Pearl. HEX triplet: 0C, 1E and 2B. RGB value is (12,30,43). Sum of RGB (Red+Green+Blue) = 12+30+43=85 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.12% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C1E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1E2B is #F3E1D4. Grayscale: #1A1A1A. Windows color (decimal): -15983061 or 2825740. OLE color: 2825740.

HSL color Cylindrical-coordinate representation of color #0C1E2B: hue angle of 205.16º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C1E2B is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB123043-
CMYK0.720.3000.83
HSL205.16º56.36%10.78%-
HSV(B)205.16º72.09%16.86%-
XYZ1.051.182.46-
YUV26.1137.54117.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.12%
GREEN value IS 30 (12.11% from 255) = 35.29%
BLUE value IS 43 (17.19% from 255) = 50.59%
R=14.12%
G=35.29%
B=50.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1230430.720.3000.83205.1656.3610.78
HexC1E2B481E053cd38b
Octal1436531103601233157013
Binary11001111010101110010001111001010011110011011110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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