Html Css Color HEX #302927 Livid Brown

📋 copy color: '#302927'

red 48 ◦ green 41 ◦ blue 39

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

Shades of Livid Brown #302927

Tints of Livid Brown #302927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.03%

 BLUE value IS 39 (15.63% from 255) = 30.47%

R = 37.5%
G = 32.03%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#302927 (or 0x302927) is known color: Livid Brown. HEX triplet: 30, 29 and 27. RGB value is (48,41,39). Sum of RGB (Red+Green+Blue) = 48+41+39=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 48 - color contains mainly: red. Hex color #302927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302927 is #CFD6D8. Grayscale: #2A2A2A. Windows color (decimal): -13620953 or 2566448. OLE color: 2566448.

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

Color convert

RGB 48 41 39 -
CMYK 0 0.15 0.19 0.81
HSL 13.33º 0.1% 0.17% -
HSV(B) 13.33º 0.19% 0.19% -
XYZ 2.38 2.36 2.25 -
YUV 42.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 48 41 39 0 0.15 0.19 0.81 13.33 0.1 0.17
Hex 30 29 27 0 F 13 51 D A 11
Octal 60 51 47 0 17 23 121 15 12 21
Binary 110000 101001 100111 0 1111 10011 1010001 1101 1010 10001

Color Harmonies of #302927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302927

Black with #302927

Text Example


Text Example

White with #302927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302927; }

 p { color: rgb(48,41,39); }

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

background-color css

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

 a { background-color: rgb(48,41,39); }

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

border-color css

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

 span { border-color: rgb(48,41,39); }

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