Html Css Color HEX #302E29 Graphite

📋 copy color: '#302E29'

red 48 ◦ green 46 ◦ blue 41

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

Shades of Graphite #302E29

Tints of Graphite #302E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 30.37%

R = 35.56%
G = 34.07%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#302E29 (or 0x302E29) is known color: Graphite. HEX triplet: 30, 2E and 29. RGB value is (48,46,41). Sum of RGB (Red+Green+Blue) = 48+46+41=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 48 - color contains mainly: red. Hex color #302E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E29 is #CFD1D6. Grayscale: #2E2E2E. Windows color (decimal): -13619671 or 2698800. OLE color: 2698800.

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

Color convert

RGB 48 46 41 -
CMYK 0 0.04 0.15 0.81
HSL 42.86º 0.08% 0.17% -
HSV(B) 42.86º 0.15% 0.19% -
XYZ 2.6 2.74 2.49 -
YUV 46.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 48 46 41 0 0.04 0.15 0.81 42.86 0.08 0.17
Hex 30 2E 29 0 4 F 51 2B 8 11
Octal 60 56 51 0 4 17 121 53 10 21
Binary 110000 101110 101001 0 100 1111 1010001 101011 1000 10001

Color Harmonies of #302E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302E29

Black with #302E29

Text Example


Text Example

White with #302E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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