Html Css Color HEX #302D24 Graphite

📋 copy color: '#302D24'

red 48 ◦ green 45 ◦ blue 36

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

Shades of Graphite #302D24

Tints of Graphite #302D24

RGB

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

 GREEN value IS 45 (17.97% from 255) = 34.88%

 BLUE value IS 36 (14.45% from 255) = 27.91%

R = 37.21%
G = 34.88%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#302D24 (or 0x302D24) is known color: Graphite. HEX triplet: 30, 2D and 24. RGB value is (48,45,36). Sum of RGB (Red+Green+Blue) = 48+45+36=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 48 - color contains mainly: red. Hex color #302D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D24 is #CFD2DB. Grayscale: #2C2C2C. Windows color (decimal): -13619932 or 2370864. OLE color: 2370864.

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

Color convert

RGB 48 45 36 -
CMYK 0 0.06 0.25 0.81
HSL 45º 0.14% 0.16% -
HSV(B) 45º 0.25% 0.19% -
XYZ 2.48 2.63 2.05 -
YUV 44.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 48 45 36 0 0.06 0.25 0.81 45 0.14 0.16
Hex 30 2D 24 0 6 19 51 2D E 10
Octal 60 55 44 0 6 31 121 55 16 20
Binary 110000 101101 100100 0 110 11001 1010001 101101 1110 10000

Color Harmonies of #302D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302D24

Black with #302D24

Text Example


Text Example

White with #302D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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