Html Css Color HEX #022025 Black Pearl

📋 copy color: '#022025'

red 2 ◦ green 32 ◦ blue 37

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

Shades of Black Pearl #022025

Tints of Black Pearl #022025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 52.11%

R = 2.82%
G = 45.07%
B = 52.11%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#022025 (or 0x022025) is known color: Black Pearl. HEX triplet: 02, 20 and 25. RGB value is (2,32,37). Sum of RGB (Red+Green+Blue) = 2+32+37=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #022025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022025 is #FDDFDA. Grayscale: #171717. Windows color (decimal): -16637915 or 2433026. OLE color: 2433026.

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

Color convert

RGB 2 32 37 -
CMYK 0.95 0.14 0 0.85
HSL 188.57º 0.9% 0.08% -
HSV(B) 188.57º 0.95% 0.15% -
XYZ 0.88 1.18 1.93 -
YUV 23.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 2 32 37 0.95 0.14 0 0.85 188.57 0.9 0.08
Hex 2 20 25 5F E 0 55 BD 5A 8
Octal 2 40 45 137 16 0 125 275 132 10
Binary 10 100000 100101 1011111 1110 0 1010101 10111101 1011010 1000

Color Harmonies of #022025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022025

Black with #022025

Text Example


Text Example

White with #022025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022025; }

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

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

background-color css

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

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

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

border-color css

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

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

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