Html Css Color HEX #303423 Eternity

📋 copy color: '#303423'

red 48 ◦ green 52 ◦ blue 35

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

Shades of Eternity #303423

Tints of Eternity #303423

RGB

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

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

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

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

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.80

RGB Variations

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

Color information

#303423 (or 0x303423) is known color: Eternity. HEX triplet: 30, 34 and 23. RGB value is (48,52,35). Sum of RGB (Red+Green+Blue) = 48+52+35=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 52 - color contains mainly: green. Hex color #303423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303423 is #CFCBDC. Grayscale: #303030. Windows color (decimal): -13618141 or 2307120. OLE color: 2307120.

HSL color Cylindrical-coordinate representation of color #303423: hue angle of 74.12º 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 #303423 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 52 35 -
CMYK 0.08 0 0.33 0.80
HSL 74.12º 0.2% 0.17% -
HSV(B) 74.12º 0.33% 0.2% -
XYZ 2.75 3.21 2.06 -
YUV 48.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 48 52 35 0.08 0 0.33 0.80 74.12 0.2 0.17
Hex 30 34 23 8 0 21 50 4A 14 11
Octal 60 64 43 10 0 41 120 112 24 21
Binary 110000 110100 100011 1000 0 100001 1010000 1001010 10100 10001

Color Harmonies of #303423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303423

Black with #303423

Text Example


Text Example

White with #303423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303423; }

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

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

background-color css

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

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

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

border-color css

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

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

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