Html Css Color HEX #30190C Brown Pod

📋 copy color: '#30190C'

red 48 ◦ green 25 ◦ blue 12

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

Shades of Brown Pod #30190C

Tints of Brown Pod #30190C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.12%

R = 56.47%
G = 29.41%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#30190C (or 0x30190C) is known color: Brown Pod. HEX triplet: 30, 19 and 0C. RGB value is (48,25,12). Sum of RGB (Red+Green+Blue) = 48+25+12=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #30190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30190C is #CFE6F3. Grayscale: #1E1E1E. Windows color (decimal): -13625076 or 792880. OLE color: 792880.

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

Color convert

RGB 48 25 12 -
CMYK 0 0.48 0.75 0.81
HSL 21.67º 0.6% 0.12% -
HSV(B) 21.67º 0.75% 0.19% -
XYZ 1.63 1.35 0.52 -
YUV 30.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 48 25 12 0 0.48 0.75 0.81 21.67 0.6 0.12
Hex 30 19 C 0 30 4B 51 16 3C C
Octal 60 31 14 0 60 113 121 26 74 14
Binary 110000 11001 1100 0 110000 1001011 1010001 10110 111100 1100

Color Harmonies of #30190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30190C

Black with #30190C

Text Example


Text Example

White with #30190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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