#022A35

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

Shades of Black Pearl #022A35

Tints of Black Pearl #022A35

Color information

#022A35 (or 0x022A35) is unknown color: approx Black Pearl. HEX triplet: 02, 2A and 35. RGB value is (2,42,53). Sum of RGB (Red+Green+Blue) = 2+42+53=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 53 (21.09% from 255 or 54.64% from 97); Max value from RGB is 53 - color contains mainly: blue. Hex color #022A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A35 is #FDD5CA. Grayscale: #1F1F1F. Windows color (decimal): -16635339 or 3484162. OLE color: 3484162.

HSL color Cylindrical-coordinate representation of color #022A35: hue angle of 192.94º 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 #022A35 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB24253-
CMYK0.960.2100.79
HSL192.94º92.73%10.78%-
HSV(B)192.94º96.23%20.78%-
XYZ1.51.933.66-
YUV31.29140.25107.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 42 (16.80% from 255) = 43.30%
BLUE value IS 53 (21.09% from 255) = 54.64%
R=2.06%
G=43.30%
B=54.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal242530.960.2100.79192.9492.7310.78
Hex22A35601504Fc15db
Octal2526514025011730113513
Binary10101010110101110000010101010011111100000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022A35; }

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

 H1.HeaderClassName
 {
   color: #022A35;
 }
 .AnyTagClassName
 {
   color: #022A35;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #022A35;
 }
 .BgClassName
 {
   background-color: #022A35;
 }
</style>
border-color css

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

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

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