Html Css Color HEX #30180F Brown Pod

📋 copy color: '#30180F'

red 48 ◦ green 24 ◦ blue 15

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

Shades of Brown Pod #30180F

Tints of Brown Pod #30180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.59%

 BLUE value IS 15 (6.25% from 255) = 17.24%

R = 55.17%
G = 27.59%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30180F (or 0x30180F) is known color: Brown Pod. HEX triplet: 30, 18 and 0F. RGB value is (48,24,15). Sum of RGB (Red+Green+Blue) = 48+24+15=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #30180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30180F is #CFE7F0. Grayscale: #1E1E1E. Windows color (decimal): -13625329 or 989232. OLE color: 989232.

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

Color convert

RGB 48 24 15 -
CMYK 0 0.5 0.69 0.81
HSL 16.36º 0.52% 0.12% -
HSV(B) 16.36º 0.69% 0.19% -
XYZ 1.63 1.32 0.62 -
YUV 30.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 48 24 15 0 0.5 0.69 0.81 16.36 0.52 0.12
Hex 30 18 F 0 32 45 51 10 34 C
Octal 60 30 17 0 62 105 121 20 64 14
Binary 110000 11000 1111 0 110010 1000101 1010001 10000 110100 1100

Color Harmonies of #30180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30180F

Black with #30180F

Text Example


Text Example

White with #30180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30180F; }

 p { color: rgb(48,24,15); }

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

background-color css

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

 a { background-color: rgb(48,24,15); }

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

border-color css

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

 span { border-color: rgb(48,24,15); }

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