Html Css Color HEX #2F190D Brown Pod

📋 copy color: '#2F190D'

red 47 ◦ green 25 ◦ blue 13

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

Shades of Brown Pod #2F190D

Tints of Brown Pod #2F190D

RGB

 RED value IS 47 (18.75% from 255) = 55.29%

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

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

R = 55.29%
G = 29.41%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.82

RGB Variations

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

Color information

#2F190D (or 0x2F190D) is known color: Brown Pod. HEX triplet: 2F, 19 and 0D. RGB value is (47,25,13). Sum of RGB (Red+Green+Blue) = 47+25+13=85 (11% of max value = 765). Red value is 47 (18.75% from 255 or 55.29% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 47 - color contains mainly: red. Hex color #2F190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F190D is #D0E6F2. Grayscale: #1E1E1E. Windows color (decimal): -13690611 or 858415. OLE color: 858415.

HSL color Cylindrical-coordinate representation of color #2F190D: hue angle of 21.18º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F190D is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 25 13 -
CMYK 0 0.47 0.72 0.82
HSL 21.18º 0.57% 0.12% -
HSV(B) 21.18º 0.72% 0.18% -
XYZ 1.59 1.33 0.55 -
YUV 30.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 47 25 13 0 0.47 0.72 0.82 21.18 0.57 0.12
Hex 2F 19 D 0 2F 48 52 15 39 C
Octal 57 31 15 0 57 110 122 25 71 14
Binary 101111 11001 1101 0 101111 1001000 1010010 10101 111001 1100

Color Harmonies of #2F190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F190D

Black with #2F190D

Text Example


Text Example

White with #2F190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F190D; }

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

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

background-color css

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

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

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

border-color css

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

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

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