Html Css Color HEX #343330 Graphite

📋 copy color: '#343330'

red 52 ◦ green 51 ◦ blue 48

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

Shades of Graphite #343330

Tints of Graphite #343330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.77%

 BLUE value IS 48 (19.14% from 255) = 31.79%

R = 34.44%
G = 33.77%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#343330 (or 0x343330) is known color: Graphite. HEX triplet: 34, 33 and 30. RGB value is (52,51,48). Sum of RGB (Red+Green+Blue) = 52+51+48=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 52 - color contains mainly: red. Hex color #343330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343330 is #CBCCCF. Grayscale: #323232. Windows color (decimal): -13356240 or 3158836. OLE color: 3158836.

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

Color convert

RGB 52 51 48 -
CMYK 0 0.02 0.08 0.80
HSL 45º 0.04% 0.2% -
HSV(B) 45º 0.08% 0.2% -
XYZ 3.13 3.31 3.27 -
YUV 50.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 52 51 48 0 0.02 0.08 0.80 45 0.04 0.2
Hex 34 33 30 0 2 8 50 2D 4 14
Octal 64 63 60 0 2 10 120 55 4 24
Binary 110100 110011 110000 0 10 1000 1010000 101101 100 10100

Color Harmonies of #343330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343330

Black with #343330

Text Example


Text Example

White with #343330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343330; }

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

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

background-color css

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

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

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

border-color css

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

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

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