#042A35

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

Shades of Black Pearl #042A35

Tints of Black Pearl #042A35

Color information

#042A35 (or 0x042A35) is unknown color: approx Black Pearl. HEX triplet: 04, 2A and 35. RGB value is (4,42,53). Sum of RGB (Red+Green+Blue) = 4+42+53=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #042A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042A35 is #FBD5CA. Grayscale: #1F1F1F. Windows color (decimal): -16504267 or 3484164. OLE color: 3484164.

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

Color convert

RGB44253-
CMYK0.920.2100.79
HSL193.47º85.96%11.18%-
HSV(B)193.47º92.45%20.78%-
XYZ1.521.943.66-
YUV31.89139.91108.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 42 (16.80% from 255) = 42.42%
BLUE value IS 53 (21.09% from 255) = 53.54%
R=4.04%
G=42.42%
B=53.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal442530.920.2100.79193.4785.9611.18
Hex42A355C1504Fc156b
Octal4526513425011730112613
Binary100101010110101101110010101010011111100000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042A35; }

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

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

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

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

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

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

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

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