Html Css Color HEX #30190D Brown Pod

📋 copy color: '#30190D'

red 48 ◦ green 25 ◦ blue 13

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

Shades of Brown Pod #30190D

Tints of Brown Pod #30190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 29.07%

 BLUE value IS 13 (5.47% from 255) = 15.12%

R = 55.81%
G = 29.07%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30190D (or 0x30190D) is known color: Brown Pod. HEX triplet: 30, 19 and 0D. RGB value is (48,25,13). Sum of RGB (Red+Green+Blue) = 48+25+13=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #30190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30190D is #CFE6F2. Grayscale: #1E1E1E. Windows color (decimal): -13625075 or 858416. OLE color: 858416.

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

Color convert

RGB 48 25 13 -
CMYK 0 0.48 0.73 0.81
HSL 20.57º 0.57% 0.12% -
HSV(B) 20.57º 0.73% 0.19% -
XYZ 1.64 1.35 0.56 -
YUV 30.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 48 25 13 0 0.48 0.73 0.81 20.57 0.57 0.12
Hex 30 19 D 0 30 49 51 15 39 C
Octal 60 31 15 0 60 111 121 25 71 14
Binary 110000 11001 1101 0 110000 1001001 1010001 10101 111001 1100

Color Harmonies of #30190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30190D

Black with #30190D

Text Example


Text Example

White with #30190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30190D; }

 p { color: rgb(48,25,13); }

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

background-color css

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

 a { background-color: rgb(48,25,13); }

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

border-color css

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

 span { border-color: rgb(48,25,13); }

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