Html Css Color HEX #34301E Graphite

📋 copy color: '#34301E'

red 52 ◦ green 48 ◦ blue 30

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

Shades of Graphite #34301E

Tints of Graphite #34301E

RGB

 RED value IS 52 (20.7% from 255) = 40%

 GREEN value IS 48 (19.14% from 255) = 36.92%

 BLUE value IS 30 (12.11% from 255) = 23.08%

R = 40%
G = 36.92%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#34301E (or 0x34301E) is known color: Graphite. HEX triplet: 34, 30 and 1E. RGB value is (52,48,30). Sum of RGB (Red+Green+Blue) = 52+48+30=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 52 - color contains mainly: red. Hex color #34301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34301E is #CBCFE1. Grayscale: #2F2F2F. Windows color (decimal): -13357026 or 1978420. OLE color: 1978420.

HSL color Cylindrical-coordinate representation of color #34301E: hue angle of 49.09º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34301E is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 48 30 -
CMYK 0 0.08 0.42 0.80
HSL 49.09º 0.27% 0.16% -
HSV(B) 49.09º 0.42% 0.2% -
XYZ 2.71 2.94 1.65 -
YUV 47.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 52 48 30 0 0.08 0.42 0.80 49.09 0.27 0.16
Hex 34 30 1E 0 8 2A 50 31 1B 10
Octal 64 60 36 0 10 52 120 61 33 20
Binary 110100 110000 11110 0 1000 101010 1010000 110001 11011 10000

Color Harmonies of #34301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34301E

Black with #34301E

Text Example


Text Example

White with #34301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34301E; }

 p { color: rgb(52,48,30); }

 H1.HeaderClassName
 {
   color: #34301E;
 }
 .AnyTagClassName
 {
   color: #34301E;
 }
</style>

background-color css

<style>
 a { background-color: #34301E; }

 a { background-color: rgb(52,48,30); }

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

border-color css

<style>
 span { border-color: #34301E; }

 span { border-color: rgb(52,48,30); }

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