#042835

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

Shades of Black Pearl #042835

Tints of Black Pearl #042835

Color information

#042835 (or 0x042835) is unknown color: approx Black Pearl. HEX triplet: 04, 28 and 35. RGB value is (4,40,53). Sum of RGB (Red+Green+Blue) = 4+40+53=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 53 (21.09% from 255 or 54.64% from 97); Max value from RGB is 53 - color contains mainly: blue. Hex color #042835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042835 is #FBD7CA. Grayscale: #1E1E1E. Windows color (decimal): -16504779 or 3483652. OLE color: 3483652.

HSL color Cylindrical-coordinate representation of color #042835: hue angle of 195.92º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042835 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB44053-
CMYK0.920.2500.79
HSL195.92º85.96%11.18%-
HSV(B)195.92º92.45%20.78%-
XYZ1.451.83.64-
YUV30.72140.57108.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.12%
GREEN value IS 40 (16.02% from 255) = 41.24%
BLUE value IS 53 (21.09% from 255) = 54.64%
R=4.12%
G=41.24%
B=54.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal440530.920.2500.79195.9285.9611.18
Hex428355C1904Fc456b
Octal4506513431011730412613
Binary100101000110101101110011001010011111100010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042835; }

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

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

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

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

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

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

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

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