#022835

Color #022835 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #022835

Tints of Black Pearl #022835

Color information

#022835 (or 0x022835) is unknown color: approx 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

RGB24053-
CMYK0.960.2500.79
HSL195.29º92.73%10.78%-
HSV(B)195.29º96.23%20.78%-
XYZ1.431.793.64-
YUV30.12140.91107.94-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal240530.960.2500.79195.2992.7310.78
Hex22835601904Fc35db
Octal2506514031011730313513
Binary10101000110101110000011001010011111100001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>