#042030

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

Shades of Black Pearl #042030

Tints of Black Pearl #042030

Color information

#042030 (or 0x042030) is unknown color: approx Black Pearl. HEX triplet: 04, 20 and 30. RGB value is (4,32,48). Sum of RGB (Red+Green+Blue) = 4+32+48=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #042030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042030 is #FBDFCF. Grayscale: #191919. Windows color (decimal): -16506832 or 3153924. OLE color: 3153924.

HSL color Cylindrical-coordinate representation of color #042030: hue angle of 201.82º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042030 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB43248-
CMYK0.920.3300.81
HSL201.82º84.62%10.2%-
HSV(B)201.82º91.67%18.82%-
XYZ1.11.272.98-
YUV25.45140.72112.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.76%
GREEN value IS 32 (12.89% from 255) = 38.10%
BLUE value IS 48 (19.14% from 255) = 57.14%
R=4.76%
G=38.10%
B=57.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal432480.920.3300.81201.8284.6210.2
Hex420305C21051ca55a
Octal4406013441012131212512
Binary1001000001100001011100100001010100011100101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042030; }

 p { color: rgb(4,32,48); }

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

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

 a { background-color: rgb(4,32,48); }

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

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

 span { border-color: rgb(4,32,48); }

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