Html Css Color HEX #022529 Black Pearl

📋 copy color: '#022529'

red 2 ◦ green 37 ◦ blue 41

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

Shades of Black Pearl #022529

Tints of Black Pearl #022529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 46.25%

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

R = 2.5%
G = 46.25%
B = 51.25%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#022529 (or 0x022529) is known color: Black Pearl. HEX triplet: 02, 25 and 29. RGB value is (2,37,41). Sum of RGB (Red+Green+Blue) = 2+37+41=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 41 (16.41% from 255 or 51.25% from 80); Max value from RGB is 41 - color contains mainly: blue. Hex color #022529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022529 is #FDDAD6. Grayscale: #1A1A1A. Windows color (decimal): -16636631 or 2696450. OLE color: 2696450.

HSL color Cylindrical-coordinate representation of color #022529: hue angle of 186.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 #022529 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 2 37 41 -
CMYK 0.95 0.10 0 0.84
HSL 186.15º 0.91% 0.08% -
HSV(B) 186.15º 0.95% 0.16% -
XYZ 1.09 1.5 2.33 -
YUV 26.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 2 37 41 0.95 0.10 0 0.84 186.15 0.91 0.08
Hex 2 25 29 5F A 0 54 BA 5B 8
Octal 2 45 51 137 12 0 124 272 133 10
Binary 10 100101 101001 1011111 1010 0 1010100 10111010 1011011 1000

Color Harmonies of #022529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022529

Black with #022529

Text Example


Text Example

White with #022529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022529; }

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

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

background-color css

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

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

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

border-color css

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

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

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