Html Css Color HEX #302826 Livid Brown

📋 copy color: '#302826'

red 48 ◦ green 40 ◦ blue 38

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

Shades of Livid Brown #302826

Tints of Livid Brown #302826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.75%

 BLUE value IS 38 (15.23% from 255) = 30.16%

R = 38.1%
G = 31.75%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#302826 (or 0x302826) is known color: Livid Brown. HEX triplet: 30, 28 and 26. RGB value is (48,40,38). Sum of RGB (Red+Green+Blue) = 48+40+38=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #302826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302826 is #CFD7D9. Grayscale: #2A2A2A. Windows color (decimal): -13621210 or 2500656. OLE color: 2500656.

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

Color convert

RGB 48 40 38 -
CMYK 0 0.17 0.21 0.81
HSL 12º 0.12% 0.17% -
HSV(B) 12º 0.21% 0.19% -
XYZ 2.33 2.29 2.15 -
YUV 42.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 48 40 38 0 0.17 0.21 0.81 12 0.12 0.17
Hex 30 28 26 0 11 15 51 C C 11
Octal 60 50 46 0 21 25 121 14 14 21
Binary 110000 101000 100110 0 10001 10101 1010001 1100 1100 10001

Color Harmonies of #302826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302826

Black with #302826

Text Example


Text Example

White with #302826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302826; }

 p { color: rgb(48,40,38); }

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

background-color css

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

 a { background-color: rgb(48,40,38); }

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

border-color css

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

 span { border-color: rgb(48,40,38); }

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