Html Css Color HEX #1F130A Wood Bark

📋 copy color: '#1F130A'

red 31 ◦ green 19 ◦ blue 10

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

Shades of Wood Bark #1F130A

Tints of Wood Bark #1F130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 16.67%

R = 51.67%
G = 31.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.88

RGB Variations

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

Color information

#1F130A (or 0x1F130A) is known color: Wood Bark. HEX triplet: 1F, 13 and 0A. RGB value is (31,19,10). Sum of RGB (Red+Green+Blue) = 31+19+10=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F130A is #E0ECF5. Grayscale: #151515. Windows color (decimal): -14740726 or 660255. OLE color: 660255.

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

Color convert

RGB 31 19 10 -
CMYK 0 0.39 0.68 0.88
HSL 25.71º 0.51% 0.08% -
HSV(B) 25.71º 0.68% 0.12% -
XYZ 0.85 0.78 0.39 -
YUV 21.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 31 19 10 0 0.39 0.68 0.88 25.71 0.51 0.08
Hex 1F 13 A 0 27 44 58 1A 33 8
Octal 37 23 12 0 47 104 130 32 63 10
Binary 11111 10011 1010 0 100111 1000100 1011000 11010 110011 1000

Color Harmonies of #1F130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F130A

Black with #1F130A

Text Example


Text Example

White with #1F130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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