Html Css Color HEX #021925 Black Pearl

📋 copy color: '#021925'

red 2 ◦ green 25 ◦ blue 37

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

Shades of Black Pearl #021925

Tints of Black Pearl #021925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 39.06%

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

R = 3.13%
G = 39.06%
B = 57.81%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#021925 (or 0x021925) is known color: Black Pearl. HEX triplet: 02, 19 and 25. RGB value is (2,25,37). Sum of RGB (Red+Green+Blue) = 2+25+37=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #021925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021925 is #FDE6DA. Grayscale: #131313. Windows color (decimal): -16639707 or 2431234. OLE color: 2431234.

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

Color convert

RGB 2 25 37 -
CMYK 0.95 0.32 0 0.85
HSL 200.57º 0.9% 0.08% -
HSV(B) 200.57º 0.95% 0.15% -
XYZ 0.71 0.84 1.88 -
YUV 19.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 2 25 37 0.95 0.32 0 0.85 200.57 0.9 0.08
Hex 2 19 25 5F 20 0 55 C9 5A 8
Octal 2 31 45 137 40 0 125 311 132 10
Binary 10 11001 100101 1011111 100000 0 1010101 11001001 1011010 1000

Color Harmonies of #021925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021925

Black with #021925

Text Example


Text Example

White with #021925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021925; }

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

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

background-color css

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

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

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

border-color css

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

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

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