Html Css Color HEX #1F130B Wood Bark

📋 copy color: '#1F130B'

red 31 ◦ green 19 ◦ blue 11

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

Shades of Wood Bark #1F130B

Tints of Wood Bark #1F130B

RGB

 RED value IS 31 (12.5% from 255) = 50.82%

 GREEN value IS 19 (7.81% from 255) = 31.15%

 BLUE value IS 11 (4.69% from 255) = 18.03%

R = 50.82%
G = 31.15%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.88

RGB Variations

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

Color information

#1F130B (or 0x1F130B) is known color: Wood Bark. HEX triplet: 1F, 13 and 0B. RGB value is (31,19,11). Sum of RGB (Red+Green+Blue) = 31+19+11=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F130B is #E0ECF4. Grayscale: #151515. Windows color (decimal): -14740725 or 725791. OLE color: 725791.

HSL color Cylindrical-coordinate representation of color #1F130B: hue angle of 24º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F130B is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 19 11 -
CMYK 0 0.39 0.65 0.88
HSL 24º 0.48% 0.08% -
HSV(B) 24º 0.65% 0.12% -
XYZ 0.86 0.78 0.42 -
YUV 21.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 31 19 11 0 0.39 0.65 0.88 24 0.48 0.08
Hex 1F 13 B 0 27 41 58 18 30 8
Octal 37 23 13 0 47 101 130 30 60 10
Binary 11111 10011 1011 0 100111 1000001 1011000 11000 110000 1000

Color Harmonies of #1F130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F130B

Black with #1F130B

Text Example


Text Example

White with #1F130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F130B; }

 p { color: rgb(31,19,11); }

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

background-color css

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

 a { background-color: rgb(31,19,11); }

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

border-color css

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

 span { border-color: rgb(31,19,11); }

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