Html Css Color HEX #022835 Black Pearl

📋 copy color: '#022835'

red 2 ◦ green 40 ◦ blue 53

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

Shades of Black Pearl #022835

Tints of Black Pearl #022835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 42.11%

 BLUE value IS 53 (21.09% from 255) = 55.79%

R = 2.11%
G = 42.11%
B = 55.79%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#022835 (or 0x022835) is known color: Black Pearl. HEX triplet: 02, 28 and 35. RGB value is (2,40,53). Sum of RGB (Red+Green+Blue) = 2+40+53=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #022835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022835 is #FDD7CA. Grayscale: #1E1E1E. Windows color (decimal): -16635851 or 3483650. OLE color: 3483650.

HSL color Cylindrical-coordinate representation of color #022835: hue angle of 195.29º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022835 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 2 40 53 -
CMYK 0.96 0.25 0 0.79
HSL 195.29º 0.93% 0.11% -
HSV(B) 195.29º 0.96% 0.21% -
XYZ 1.43 1.79 3.64 -
YUV 30.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 2 40 53 0.96 0.25 0 0.79 195.29 0.93 0.11
Hex 2 28 35 60 19 0 4F C3 5D B
Octal 2 50 65 140 31 0 117 303 135 13
Binary 10 101000 110101 1100000 11001 0 1001111 11000011 1011101 1011

Color Harmonies of #022835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022835

Black with #022835

Text Example


Text Example

White with #022835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022835; }

 p { color: rgb(2,40,53); }

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

background-color css

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

 a { background-color: rgb(2,40,53); }

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

border-color css

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

 span { border-color: rgb(2,40,53); }

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