#042135

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

Shades of Black Pearl #042135

Tints of Black Pearl #042135

Color information

#042135 (or 0x042135) is unknown color: approx Black Pearl. HEX triplet: 04, 21 and 35. RGB value is (4,33,53). Sum of RGB (Red+Green+Blue) = 4+33+53=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 53 (21.09% from 255 or 58.89% from 90); Max value from RGB is 53 - color contains mainly: blue. Hex color #042135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042135 is #FBDECA. Grayscale: #1A1A1A. Windows color (decimal): -16506571 or 3481860. OLE color: 3481860.

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

Color convert

RGB43353-
CMYK0.920.3800.79
HSL204.49º85.96%11.18%-
HSV(B)204.49º92.45%20.78%-
XYZ1.241.373.57-
YUV26.61142.89111.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.44%
GREEN value IS 33 (13.28% from 255) = 36.67%
BLUE value IS 53 (21.09% from 255) = 58.89%
R=4.44%
G=36.67%
B=58.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal433530.920.3800.79204.4985.9611.18
Hex421355C2604Fcc56b
Octal4416513446011731412613
Binary1001000011101011011100100110010011111100110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042135; }

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

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

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

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

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

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

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

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