#02232E

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

Shades of Black Pearl #02232E

Tints of Black Pearl #02232E

Color information

#02232E (or 0x02232E) is unknown color: approx Black Pearl. HEX triplet: 02, 23 and 2E. RGB value is (2,35,46). Sum of RGB (Red+Green+Blue) = 2+35+46=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #02232E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02232E is #FDDCD1. Grayscale: #1A1A1A. Windows color (decimal): -16637138 or 3023618. OLE color: 3023618.

HSL color Cylindrical-coordinate representation of color #02232E: hue angle of 195º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02232E is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB23546-
CMYK0.960.2400.82
HSL195º91.67%9.41%-
HSV(B)195º95.65%18.04%-
XYZ1.121.412.8-
YUV26.39139.07110.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.41%
GREEN value IS 35 (14.06% from 255) = 42.17%
BLUE value IS 46 (18.36% from 255) = 55.42%
R=2.41%
G=42.17%
B=55.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal235460.960.2400.8219591.679.41
Hex2232E6018052c35c9
Octal2435614030012230313411
Binary10100011101110110000011000010100101100001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02232E; }

 p { color: rgb(2,35,46); }

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

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

 a { background-color: rgb(2,35,46); }

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

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

 span { border-color: rgb(2,35,46); }

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