Html Css Color HEX #302F2C Graphite

📋 copy color: '#302F2C'

red 48 ◦ green 47 ◦ blue 44

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

Shades of Graphite #302F2C

Tints of Graphite #302F2C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 33.81%

 BLUE value IS 44 (17.58% from 255) = 31.65%

R = 34.53%
G = 33.81%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#302F2C (or 0x302F2C) is known color: Graphite. HEX triplet: 30, 2F and 2C. RGB value is (48,47,44). Sum of RGB (Red+Green+Blue) = 48+47+44=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 48 - color contains mainly: red. Hex color #302F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F2C is #CFD0D3. Grayscale: #2E2E2E. Windows color (decimal): -13619412 or 2895664. OLE color: 2895664.

HSL color Cylindrical-coordinate representation of color #302F2C: hue angle of 45º 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 #302F2C is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 47 44 -
CMYK 0 0.02 0.08 0.81
HSL 45º 0.04% 0.18% -
HSV(B) 45º 0.08% 0.19% -
XYZ 2.69 2.84 2.79 -
YUV 46.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 48 47 44 0 0.02 0.08 0.81 45 0.04 0.18
Hex 30 2F 2C 0 2 8 51 2D 4 12
Octal 60 57 54 0 2 10 121 55 4 22
Binary 110000 101111 101100 0 10 1000 1010001 101101 100 10010

Color Harmonies of #302F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302F2C

Black with #302F2C

Text Example


Text Example

White with #302F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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