#022A36

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

Shades of Black Pearl #022A36

Tints of Black Pearl #022A36

Color information

#022A36 (or 0x022A36) is unknown color: approx Black Pearl. HEX triplet: 02, 2A and 36. RGB value is (2,42,54). Sum of RGB (Red+Green+Blue) = 2+42+54=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 54 (21.48% from 255 or 55.10% from 98); Max value from RGB is 54 - color contains mainly: blue. Hex color #022A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A36 is #FDD5C9. Grayscale: #1F1F1F. Windows color (decimal): -16635338 or 3549698. OLE color: 3549698.

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

Color convert

RGB24254-
CMYK0.960.2200.79
HSL193.85º92.86%10.98%-
HSV(B)193.85º96.3%21.18%-
XYZ1.521.943.78-
YUV31.41140.75107.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 42 (16.80% from 255) = 42.86%
BLUE value IS 54 (21.48% from 255) = 55.10%
R=2.04%
G=42.86%
B=55.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal242540.960.2200.79193.8592.8610.98
Hex22A36601604Fc25db
Octal2526614026011730213513
Binary10101010110110110000010110010011111100001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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