#0C282E

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

Shades of Black Pearl #0C282E

Tints of Black Pearl #0C282E

Color information

#0C282E (or 0x0C282E) is unknown color: approx Black Pearl. HEX triplet: 0C, 28 and 2E. RGB value is (12,40,46). Sum of RGB (Red+Green+Blue) = 12+40+46=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #0C282E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C282E is #F3D7D1. Grayscale: #202020. Windows color (decimal): -15980498 or 3024908. OLE color: 3024908.

HSL color Cylindrical-coordinate representation of color #0C282E: hue angle of 190.59º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C282E is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB124046-
CMYK0.740.1300.82
HSL190.59º58.62%11.37%-
HSV(B)190.59º73.91%18.04%-
XYZ1.41.792.86-
YUV32.31135.72113.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.24%
GREEN value IS 40 (16.02% from 255) = 40.82%
BLUE value IS 46 (18.36% from 255) = 46.94%
R=12.24%
G=40.82%
B=46.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1240460.740.1300.82190.5958.6211.37
HexC282E4AD052bf3bb
Octal1450561121501222777313
Binary11001010001011101001010110101010010101111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,40,46); }

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

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

 a { background-color: rgb(12,40,46); }

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

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

 span { border-color: rgb(12,40,46); }

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