Html Css Color HEX #021828 Black Pearl

📋 copy color: '#021828'

red 2 ◦ green 24 ◦ blue 40

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

Shades of Black Pearl #021828

Tints of Black Pearl #021828

RGB

 RED value IS 2 (1.17% from 255) = 3.03%

 GREEN value IS 24 (9.77% from 255) = 36.36%

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

R = 3.03%
G = 36.36%
B = 60.61%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#021828 (or 0x021828) is known color: Black Pearl. HEX triplet: 02, 18 and 28. RGB value is (2,24,40). Sum of RGB (Red+Green+Blue) = 2+24+40=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 40 (16.02% from 255 or 60.61% from 66); Max value from RGB is 40 - color contains mainly: blue. Hex color #021828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021828 is #FDE7D7. Grayscale: #131313. Windows color (decimal): -16639960 or 2627586. OLE color: 2627586.

HSL color Cylindrical-coordinate representation of color #021828: hue angle of 205.26º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021828 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 2 24 40 -
CMYK 0.95 0.40 0 0.84
HSL 205.26º 0.9% 0.08% -
HSV(B) 205.26º 0.95% 0.16% -
XYZ 0.73 0.82 2.13 -
YUV 19.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 2 24 40 0.95 0.40 0 0.84 205.26 0.9 0.08
Hex 2 18 28 5F 28 0 54 CD 5A 8
Octal 2 30 50 137 50 0 124 315 132 10
Binary 10 11000 101000 1011111 101000 0 1010100 11001101 1011010 1000

Color Harmonies of #021828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021828

Black with #021828

Text Example


Text Example

White with #021828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021828; }

 p { color: rgb(2,24,40); }

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

background-color css

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

 a { background-color: rgb(2,24,40); }

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

border-color css

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

 span { border-color: rgb(2,24,40); }

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