Html Css Color HEX #021531 Black Pearl

📋 copy color: '#021531'

red 2 ◦ green 21 ◦ blue 49

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

Shades of Black Pearl #021531

Tints of Black Pearl #021531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 29.17%

 BLUE value IS 49 (19.53% from 255) = 68.06%

R = 2.78%
G = 29.17%
B = 68.06%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#021531 (or 0x021531) is known color: Black Pearl. HEX triplet: 02, 15 and 31. RGB value is (2,21,49). Sum of RGB (Red+Green+Blue) = 2+21+49=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #021531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021531 is #FDEACE. Grayscale: #121212. Windows color (decimal): -16640719 or 3216642. OLE color: 3216642.

HSL color Cylindrical-coordinate representation of color #021531: hue angle of 215.74º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021531 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 21 49 -
CMYK 0.96 0.57 0 0.81
HSL 215.74º 0.92% 0.1% -
HSV(B) 215.74º 0.96% 0.19% -
XYZ 0.85 0.77 3.01 -
YUV 18.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 2 21 49 0.96 0.57 0 0.81 215.74 0.92 0.1
Hex 2 15 31 60 39 0 51 D8 5C A
Octal 2 25 61 140 71 0 121 330 134 12
Binary 10 10101 110001 1100000 111001 0 1010001 11011000 1011100 1010

Color Harmonies of #021531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021531

Black with #021531

Text Example


Text Example

White with #021531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021531; }

 p { color: rgb(2,21,49); }

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

background-color css

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

 a { background-color: rgb(2,21,49); }

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

border-color css

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

 span { border-color: rgb(2,21,49); }

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