#282C2F

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

Shades of Blue Charcoal #282C2F

Tints of Blue Charcoal #282C2F

Color information

#282C2F (or 0x282C2F) is unknown color: approx Blue Charcoal. HEX triplet: 28, 2C and 2F. RGB value is (40,44,47). Sum of RGB (Red+Green+Blue) = 40+44+47=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 47 - color contains mainly: blue. Hex color #282C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282C2F is #D7D3D0. Grayscale: #2B2B2B. Windows color (decimal): -14144465 or 3091496. OLE color: 3091496.

HSL color Cylindrical-coordinate representation of color #282C2F: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #282C2F is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB404447-
CMYK0.150.0600.82
HSL205.71º8.05%17.06%-
HSV(B)205.71º14.89%18.43%-
XYZ2.292.463.04-
YUV43.15130.17125.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.53%
GREEN value IS 44 (17.58% from 255) = 33.59%
BLUE value IS 47 (18.75% from 255) = 35.88%
R=30.53%
G=33.59%
B=35.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4044470.150.0600.82205.718.0517.06
Hex282C2FF6052ce811
Octal50545717601223161021
Binary10100010110010111111111100101001011001110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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