Html Css Color HEX #042028 Black Pearl

📋 copy color: '#042028'

red 4 ◦ green 32 ◦ blue 40

#042028
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #042028

Tints of Black Pearl #042028

RGB

 RED value IS 4 (1.95% from 255) = 5.26%

 GREEN value IS 32 (12.89% from 255) = 42.11%

 BLUE value IS 40 (16.02% from 255) = 52.63%

R = 5.26%
G = 42.11%
B = 52.63%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#042028 (or 0x042028) is known color: Black Pearl. HEX triplet: 04, 20 and 28. RGB value is (4,32,40). Sum of RGB (Red+Green+Blue) = 4+32+40=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 40 (16.02% from 255 or 52.63% from 76); Max value from RGB is 40 - color contains mainly: blue. Hex color #042028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042028 is #FBDFD7. Grayscale: #181818. Windows color (decimal): -16506840 or 2629636. OLE color: 2629636.

HSL color Cylindrical-coordinate representation of color #042028: hue angle of 193.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042028 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 32 40 -
CMYK 0.90 0.20 0 0.84
HSL 193.33º 0.82% 0.09% -
HSV(B) 193.33º 0.9% 0.16% -
XYZ 0.95 1.21 2.19 -
YUV 24.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 4 32 40 0.90 0.20 0 0.84 193.33 0.82 0.09
Hex 4 20 28 5A 14 0 54 C1 52 9
Octal 4 40 50 132 24 0 124 301 122 11
Binary 100 100000 101000 1011010 10100 0 1010100 11000001 1010010 1001

Color Harmonies of #042028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042028

Black with #042028

Text Example


Text Example

White with #042028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042028; }

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

 H1.HeaderClassName
 {
   color: #042028;
 }
 .AnyTagClassName
 {
   color: #042028;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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