#302D2C

Color #302D2C Diesel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Diesel #302D2C

Tints of Diesel #302D2C

Color information

#302D2C (or 0x302D2C) is unknown color: approx Diesel. HEX triplet: 30, 2D and 2C. RGB value is (48,45,44). Sum of RGB (Red+Green+Blue) = 48+45+44=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 48 - color contains mainly: red. Hex color #302D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D2C is #CFD2D3. Grayscale: #2D2D2D. Windows color (decimal): -13619924 or 2895152. OLE color: 2895152.

HSL color Cylindrical-coordinate representation of color #302D2C: hue angle of 15º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #302D2C is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB484544-
CMYK00.060.080.81
HSL15º4.35%18.04%-
HSV(B)15º8.33%18.82%-
XYZ2.612.692.76-
YUV45.78126.99129.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 45 (17.97% from 255) = 32.85%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=35.04%
G=32.85%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48454400.060.080.81154.3518.04
Hex302D2C06851f412
Octal605554061012117422
Binary110000101101101100011010001010001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302D2C; }

 p { color: rgb(48,45,44); }

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

<style>
 a { background-color: #302D2C; }

 a { background-color: rgb(48,45,44); }

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

<style>
 span { border-color: #302D2C; }

 span { border-color: rgb(48,45,44); }

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