Html Css Color HEX #302E28 Graphite

📋 copy color: '#302E28'

red 48 ◦ green 46 ◦ blue 40

#302E28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Graphite #302E28

Tints of Graphite #302E28

RGB

 RED value IS 48 (19.14% from 255) = 35.82%

 GREEN value IS 46 (18.36% from 255) = 34.33%

 BLUE value IS 40 (16.02% from 255) = 29.85%

R = 35.82%
G = 34.33%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#302E28 (or 0x302E28) is known color: Graphite. HEX triplet: 30, 2E and 28. RGB value is (48,46,40). Sum of RGB (Red+Green+Blue) = 48+46+40=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 48 - color contains mainly: red. Hex color #302E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E28 is #CFD1D7. Grayscale: #2D2D2D. Windows color (decimal): -13619672 or 2633264. OLE color: 2633264.

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

Color convert

RGB 48 46 40 -
CMYK 0 0.04 0.17 0.81
HSL 45º 0.09% 0.17% -
HSV(B) 45º 0.17% 0.19% -
XYZ 2.58 2.74 2.4 -
YUV 45.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 48 46 40 0 0.04 0.17 0.81 45 0.09 0.17
Hex 30 2E 28 0 4 11 51 2D 9 11
Octal 60 56 50 0 4 21 121 55 11 21
Binary 110000 101110 101000 0 100 10001 1010001 101101 1001 10001

Color Harmonies of #302E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302E28

Black with #302E28

Text Example


Text Example

White with #302E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,46,40); }

 H1.HeaderClassName
 {
   color: #302E28;
 }
 .AnyTagClassName
 {
   color: #302E28;
 }
</style>

background-color css

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

 a { background-color: rgb(48,46,40); }

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

border-color css

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

 span { border-color: rgb(48,46,40); }

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