#02272F

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

Shades of Black Pearl #02272F

Tints of Black Pearl #02272F

Color information

#02272F (or 0x02272F) is unknown color: approx Black Pearl. HEX triplet: 02, 27 and 2F. RGB value is (2,39,47). Sum of RGB (Red+Green+Blue) = 2+39+47=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 47 (18.75% from 255 or 53.41% from 88); Max value from RGB is 47 - color contains mainly: blue. Hex color #02272F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02272F is #FDD8D0. Grayscale: #1C1C1C. Windows color (decimal): -16636113 or 3090178. OLE color: 3090178.

HSL color Cylindrical-coordinate representation of color #02272F: hue angle of 190.67º 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 #02272F is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB23947-
CMYK0.960.1700.82
HSL190.67º91.84%9.61%-
HSV(B)190.67º95.74%18.43%-
XYZ1.261.672.94-
YUV28.85138.24108.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 39 (15.62% from 255) = 44.32%
BLUE value IS 47 (18.75% from 255) = 53.41%
R=2.27%
G=44.32%
B=53.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal239470.960.1700.82190.6791.849.61
Hex2272F6011052bf5ca
Octal2475714021012227713412
Binary10100111101111110000010001010100101011111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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