Html Css Color HEX #021425 Black Pearl

📋 copy color: '#021425'

red 2 ◦ green 20 ◦ blue 37

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

Shades of Black Pearl #021425

Tints of Black Pearl #021425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 33.9%

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

R = 3.39%
G = 33.9%
B = 62.71%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#021425 (or 0x021425) is known color: Black Pearl. HEX triplet: 02, 14 and 25. RGB value is (2,20,37). Sum of RGB (Red+Green+Blue) = 2+20+37=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 37 (14.84% from 255 or 62.71% from 59); Max value from RGB is 37 - color contains mainly: blue. Hex color #021425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021425 is #FDEBDA. Grayscale: #101010. Windows color (decimal): -16640987 or 2429954. OLE color: 2429954.

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

Color convert

RGB 2 20 37 -
CMYK 0.95 0.46 0 0.85
HSL 209.14º 0.9% 0.08% -
HSV(B) 209.14º 0.95% 0.15% -
XYZ 0.61 0.65 1.84 -
YUV 16.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 2 20 37 0.95 0.46 0 0.85 209.14 0.9 0.08
Hex 2 14 25 5F 2E 0 55 D1 5A 8
Octal 2 24 45 137 56 0 125 321 132 10
Binary 10 10100 100101 1011111 101110 0 1010101 11010001 1011010 1000

Color Harmonies of #021425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021425

Black with #021425

Text Example


Text Example

White with #021425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021425; }

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

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

background-color css

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

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

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

border-color css

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

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

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