Html Css Color HEX #021625 Black Pearl

📋 copy color: '#021625'

red 2 ◦ green 22 ◦ blue 37

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

Shades of Black Pearl #021625

Tints of Black Pearl #021625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 36.07%

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

R = 3.28%
G = 36.07%
B = 60.66%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#021625 (or 0x021625) is known color: Black Pearl. HEX triplet: 02, 16 and 25. RGB value is (2,22,37). Sum of RGB (Red+Green+Blue) = 2+22+37=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #021625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021625 is #FDE9DA. Grayscale: #111111. Windows color (decimal): -16640475 or 2430466. OLE color: 2430466.

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

Color convert

RGB 2 22 37 -
CMYK 0.95 0.41 0 0.85
HSL 205.71º 0.9% 0.08% -
HSV(B) 205.71º 0.95% 0.15% -
XYZ 0.65 0.72 1.86 -
YUV 17.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 2 22 37 0.95 0.41 0 0.85 205.71 0.9 0.08
Hex 2 16 25 5F 29 0 55 CE 5A 8
Octal 2 26 45 137 51 0 125 316 132 10
Binary 10 10110 100101 1011111 101001 0 1010101 11001110 1011010 1000

Color Harmonies of #021625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021625

Black with #021625

Text Example


Text Example

White with #021625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021625; }

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

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

background-color css

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

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

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

border-color css

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

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

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