Html Css Color HEX #343023 Graphite

📋 copy color: '#343023'

red 52 ◦ green 48 ◦ blue 35

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

Shades of Graphite #343023

Tints of Graphite #343023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.93%

R = 38.52%
G = 35.56%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.80

RGB Variations

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

Color information

#343023 (or 0x343023) is known color: Graphite. HEX triplet: 34, 30 and 23. RGB value is (52,48,35). Sum of RGB (Red+Green+Blue) = 52+48+35=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 52 - color contains mainly: red. Hex color #343023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343023 is #CBCFDC. Grayscale: #2F2F2F. Windows color (decimal): -13357021 or 2306100. OLE color: 2306100.

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

Color convert

RGB 52 48 35 -
CMYK 0 0.08 0.33 0.80
HSL 45.88º 0.2% 0.17% -
HSV(B) 45.88º 0.33% 0.2% -
XYZ 2.78 2.97 2.02 -
YUV 47.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 52 48 35 0 0.08 0.33 0.80 45.88 0.2 0.17
Hex 34 30 23 0 8 21 50 2E 14 11
Octal 64 60 43 0 10 41 120 56 24 21
Binary 110100 110000 100011 0 1000 100001 1010000 101110 10100 10001

Color Harmonies of #343023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343023

Black with #343023

Text Example


Text Example

White with #343023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343023; }

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

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

background-color css

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

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

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

border-color css

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

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

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