#02272E

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

Shades of Black Pearl #02272E

Tints of Black Pearl #02272E

Color information

#02272E (or 0x02272E) is unknown color: approx Black Pearl. HEX triplet: 02, 27 and 2E. RGB value is (2,39,46). Sum of RGB (Red+Green+Blue) = 2+39+46=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #02272E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02272E is #FDD8D1. Grayscale: #1C1C1C. Windows color (decimal): -16636114 or 3024642. OLE color: 3024642.

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

Color convert

RGB23946-
CMYK0.960.1500.82
HSL189.55º91.67%9.41%-
HSV(B)189.55º95.65%18.04%-
XYZ1.241.662.84-
YUV28.73137.74108.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.30%
GREEN value IS 39 (15.62% from 255) = 44.83%
BLUE value IS 46 (18.36% from 255) = 52.87%
R=2.30%
G=44.83%
B=52.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal239460.960.1500.82189.5591.679.41
Hex2272E60F052be5c9
Octal2475614017012227613411
Binary1010011110111011000001111010100101011111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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