#02232F

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

Shades of Black Pearl #02232F

Tints of Black Pearl #02232F

Color information

#02232F (or 0x02232F) is unknown color: approx Black Pearl. HEX triplet: 02, 23 and 2F. RGB value is (2,35,47). Sum of RGB (Red+Green+Blue) = 2+35+47=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 47 (18.75% from 255 or 55.95% from 84); Max value from RGB is 47 - color contains mainly: blue. Hex color #02232F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02232F is #FDDCD0. Grayscale: #1A1A1A. Windows color (decimal): -16637137 or 3089154. OLE color: 3089154.

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

Color convert

RGB23547-
CMYK0.960.2600.82
HSL196º91.84%9.61%-
HSV(B)196º95.74%18.43%-
XYZ1.141.422.9-
YUV26.5139.57110.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.38%
GREEN value IS 35 (14.06% from 255) = 41.67%
BLUE value IS 47 (18.75% from 255) = 55.95%
R=2.38%
G=41.67%
B=55.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal235470.960.2600.8219691.849.61
Hex2232F601A052c45ca
Octal2435714032012230413412
Binary10100011101111110000011010010100101100010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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