Html Css Color HEX #021829 Black Pearl

📋 copy color: '#021829'

red 2 ◦ green 24 ◦ blue 41

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

Shades of Black Pearl #021829

Tints of Black Pearl #021829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 61.19%

R = 2.99%
G = 35.82%
B = 61.19%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#021829 (or 0x021829) is known color: Black Pearl. HEX triplet: 02, 18 and 29. RGB value is (2,24,41). Sum of RGB (Red+Green+Blue) = 2+24+41=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 41 (16.41% from 255 or 61.19% from 67); Max value from RGB is 41 - color contains mainly: blue. Hex color #021829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021829 is #FDE7D6. Grayscale: #131313. Windows color (decimal): -16639959 or 2693122. OLE color: 2693122.

HSL color Cylindrical-coordinate representation of color #021829: hue angle of 206.15º degrees, saturation: 0.91, 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 #021829 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 2 24 41 -
CMYK 0.95 0.41 0 0.84
HSL 206.15º 0.91% 0.08% -
HSV(B) 206.15º 0.95% 0.16% -
XYZ 0.75 0.83 2.22 -
YUV 19.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 2 24 41 0.95 0.41 0 0.84 206.15 0.91 0.08
Hex 2 18 29 5F 29 0 54 CE 5B 8
Octal 2 30 51 137 51 0 124 316 133 10
Binary 10 11000 101001 1011111 101001 0 1010100 11001110 1011011 1000

Color Harmonies of #021829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021829

Black with #021829

Text Example


Text Example

White with #021829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021829; }

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

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

background-color css

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

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

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

border-color css

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

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

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