#04282C

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

Shades of Black Pearl #04282C

Tints of Black Pearl #04282C

Color information

#04282C (or 0x04282C) is unknown color: approx Black Pearl. HEX triplet: 04, 28 and 2C. RGB value is (4,40,44). Sum of RGB (Red+Green+Blue) = 4+40+44=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #04282C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04282C is #FBD7D3. Grayscale: #1D1D1D. Windows color (decimal): -16504788 or 2893828. OLE color: 2893828.

HSL color Cylindrical-coordinate representation of color #04282C: hue angle of 186º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04282C is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB44044-
CMYK0.910.0900.83
HSL186º83.33%9.41%-
HSV(B)186º90.91%17.25%-
XYZ1.261.732.65-
YUV29.69136.07109.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.55%
GREEN value IS 40 (16.02% from 255) = 45.45%
BLUE value IS 44 (17.58% from 255) = 50%
R=4.55%
G=45.45%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal440440.910.0900.8318683.339.41
Hex4282C5B9053ba539
Octal4505413311012327212311
Binary10010100010110010110111001010100111011101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04282C; }

 p { color: rgb(4,40,44); }

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

<style>
 a { background-color: #04282C; }

 a { background-color: rgb(4,40,44); }

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

<style>
 span { border-color: #04282C; }

 span { border-color: rgb(4,40,44); }

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