Html Css Color HEX #022231 Black Pearl

📋 copy color: '#022231'

red 2 ◦ green 34 ◦ blue 49

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

Shades of Black Pearl #022231

Tints of Black Pearl #022231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 40%

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

R = 2.35%
G = 40%
B = 57.65%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#022231 (or 0x022231) is known color: Black Pearl. HEX triplet: 02, 22 and 31. RGB value is (2,34,49). Sum of RGB (Red+Green+Blue) = 2+34+49=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #022231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022231 is #FDDDCE. Grayscale: #1A1A1A. Windows color (decimal): -16637391 or 3219970. OLE color: 3219970.

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

Color convert

RGB 2 34 49 -
CMYK 0.96 0.31 0 0.81
HSL 199.15º 0.92% 0.1% -
HSV(B) 199.15º 0.96% 0.19% -
XYZ 1.15 1.38 3.11 -
YUV 26.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 2 34 49 0.96 0.31 0 0.81 199.15 0.92 0.1
Hex 2 22 31 60 1F 0 51 C7 5C A
Octal 2 42 61 140 37 0 121 307 134 12
Binary 10 100010 110001 1100000 11111 0 1010001 11000111 1011100 1010

Color Harmonies of #022231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022231

Black with #022231

Text Example


Text Example

White with #022231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022231; }

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

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

background-color css

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

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

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

border-color css

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

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

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