#0C1E2A

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

Shades of Black Pearl #0C1E2A

Tints of Black Pearl #0C1E2A

Color information

#0C1E2A (or 0x0C1E2A) is unknown color: approx Black Pearl. HEX triplet: 0C, 1E and 2A. RGB value is (12,30,42). Sum of RGB (Red+Green+Blue) = 12+30+42=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #0C1E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1E2A is #F3E1D5. Grayscale: #191919. Windows color (decimal): -15983062 or 2760204. OLE color: 2760204.

HSL color Cylindrical-coordinate representation of color #0C1E2A: hue angle of 204º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C1E2A is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB123042-
CMYK0.710.2900.84
HSL204º55.56%10.59%-
HSV(B)204º71.43%16.47%-
XYZ1.031.172.36-
YUV25.99137.04118.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.29%
GREEN value IS 30 (12.11% from 255) = 35.71%
BLUE value IS 42 (16.80% from 255) = 50%
R=14.29%
G=35.71%
B=50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1230420.710.2900.8420455.5610.59
HexC1E2A471D054cc38b
Octal1436521073501243147013
Binary11001111010101010001111110101010100110011001110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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