#042735

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

Shades of Black Pearl #042735

Tints of Black Pearl #042735

Color information

#042735 (or 0x042735) is unknown color: approx Black Pearl. HEX triplet: 04, 27 and 35. RGB value is (4,39,53). Sum of RGB (Red+Green+Blue) = 4+39+53=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 53 (21.09% from 255 or 55.21% from 96); Max value from RGB is 53 - color contains mainly: blue. Hex color #042735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042735 is #FBD8CA. Grayscale: #1E1E1E. Windows color (decimal): -16505035 or 3483396. OLE color: 3483396.

HSL color Cylindrical-coordinate representation of color #042735: hue angle of 197.14º 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 #042735 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB43953-
CMYK0.920.2600.79
HSL197.14º85.96%11.18%-
HSV(B)197.14º92.45%20.78%-
XYZ1.421.733.63-
YUV30.13140.9109.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.17%
GREEN value IS 39 (15.62% from 255) = 40.62%
BLUE value IS 53 (21.09% from 255) = 55.21%
R=4.17%
G=40.62%
B=55.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal439530.920.2600.79197.1485.9611.18
Hex427355C1A04Fc556b
Octal4476513432011730512613
Binary100100111110101101110011010010011111100010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042735; }

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

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

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

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

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

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

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

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