Html Css Color HEX #022531 Black Pearl

📋 copy color: '#022531'

red 2 ◦ green 37 ◦ blue 49

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

Shades of Black Pearl #022531

Tints of Black Pearl #022531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 42.05%

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

R = 2.27%
G = 42.05%
B = 55.68%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#022531 (or 0x022531) is known color: Black Pearl. HEX triplet: 02, 25 and 31. RGB value is (2,37,49). Sum of RGB (Red+Green+Blue) = 2+37+49=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #022531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022531 is #FDDACE. Grayscale: #1B1B1B. Windows color (decimal): -16636623 or 3220738. OLE color: 3220738.

HSL color Cylindrical-coordinate representation of color #022531: hue angle of 195.32º 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 #022531 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 37 49 -
CMYK 0.96 0.24 0 0.81
HSL 195.32º 0.92% 0.1% -
HSV(B) 195.32º 0.96% 0.19% -
XYZ 1.24 1.56 3.14 -
YUV 27.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 2 37 49 0.96 0.24 0 0.81 195.32 0.92 0.1
Hex 2 25 31 60 18 0 51 C3 5C A
Octal 2 45 61 140 30 0 121 303 134 12
Binary 10 100101 110001 1100000 11000 0 1010001 11000011 1011100 1010

Color Harmonies of #022531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022531

Black with #022531

Text Example


Text Example

White with #022531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022531; }

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

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

background-color css

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

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

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

border-color css

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

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

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