#022634

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

Shades of Black Pearl #022634

Tints of Black Pearl #022634

Color information

#022634 (or 0x022634) is unknown color: approx Black Pearl. HEX triplet: 02, 26 and 34. RGB value is (2,38,52). Sum of RGB (Red+Green+Blue) = 2+38+52=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #022634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022634 is #FDD9CB. Grayscale: #1C1C1C. Windows color (decimal): -16636364 or 3417602. OLE color: 3417602.

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

Color convert

RGB23852-
CMYK0.960.2700.80
HSL196.8º92.59%10.59%-
HSV(B)196.8º96.15%20.39%-
XYZ1.341.653.5-
YUV28.83141.07108.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.17%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 52 (20.70% from 255) = 56.52%
R=2.17%
G=41.30%
B=56.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal238520.960.2700.80196.892.5910.59
Hex22634601B050c55db
Octal2466414033012030513513
Binary10100110110100110000011011010100001100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022634; }

 p { color: rgb(2,38,52); }

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

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

 a { background-color: rgb(2,38,52); }

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

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

 span { border-color: rgb(2,38,52); }

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