#02282F

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

Shades of Black Pearl #02282F

Tints of Black Pearl #02282F

Color information

#02282F (or 0x02282F) is unknown color: approx Black Pearl. HEX triplet: 02, 28 and 2F. RGB value is (2,40,47). Sum of RGB (Red+Green+Blue) = 2+40+47=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #02282F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02282F is #FDD7D0. Grayscale: #1D1D1D. Windows color (decimal): -16635857 or 3090434. OLE color: 3090434.

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

Color convert

RGB24047-
CMYK0.960.1500.82
HSL189.33º91.84%9.61%-
HSV(B)189.33º95.74%18.43%-
XYZ1.31.742.96-
YUV29.44137.91108.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.25%
GREEN value IS 40 (16.02% from 255) = 44.94%
BLUE value IS 47 (18.75% from 255) = 52.81%
R=2.25%
G=44.94%
B=52.81%

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
Decimal240470.960.1500.82189.3391.849.61
Hex2282F60F052bd5ca
Octal2505714017012227513412
Binary1010100010111111000001111010100101011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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