#282F3D

Color #282F3D Ebony (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ebony #282F3D

Tints of Ebony #282F3D

Color information

#282F3D (or 0x282F3D) is unknown color: approx Ebony. HEX triplet: 28, 2F and 3D. RGB value is (40,47,61). Sum of RGB (Red+Green+Blue) = 40+47+61=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 61 - color contains mainly: blue. Hex color #282F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282F3D is #D7D0C2. Grayscale: #2E2E2E. Windows color (decimal): -14143683 or 4009768. OLE color: 4009768.

HSL color Cylindrical-coordinate representation of color #282F3D: hue angle of 220º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #282F3D is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB404761-
CMYK0.340.2300.76
HSL220º20.79%19.8%-
HSV(B)220º34.43%23.92%-
XYZ2.732.824.82-
YUV46.5136.18123.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.03%
GREEN value IS 47 (18.75% from 255) = 31.76%
BLUE value IS 61 (24.22% from 255) = 41.22%
R=27.03%
G=31.76%
B=41.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4047610.340.2300.7622020.7919.8
Hex282F3D221704Cdc1514
Octal505775422701143342524
Binary1010001011111111011000101011101001100110111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282F3D; }

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

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

<style>
 a { background-color: #282F3D; }

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

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

<style>
 span { border-color: #282F3D; }

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

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