Html Css Color HEX #1F120A Wood Bark

📋 copy color: '#1F120A'

red 31 ◦ green 18 ◦ blue 10

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

Shades of Wood Bark #1F120A

Tints of Wood Bark #1F120A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 30.51%

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

R = 52.54%
G = 30.51%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.88

RGB Variations

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

Color information

#1F120A (or 0x1F120A) is known color: Wood Bark. HEX triplet: 1F, 12 and 0A. RGB value is (31,18,10). Sum of RGB (Red+Green+Blue) = 31+18+10=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F120A is #E0EDF5. Grayscale: #151515. Windows color (decimal): -14740982 or 659999. OLE color: 659999.

HSL color Cylindrical-coordinate representation of color #1F120A: hue angle of 22.86º 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 #1F120A is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 18 10 -
CMYK 0 0.42 0.68 0.88
HSL 22.86º 0.51% 0.08% -
HSV(B) 22.86º 0.68% 0.12% -
XYZ 0.84 0.75 0.39 -
YUV 20.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 31 18 10 0 0.42 0.68 0.88 22.86 0.51 0.08
Hex 1F 12 A 0 2A 44 58 17 33 8
Octal 37 22 12 0 52 104 130 27 63 10
Binary 11111 10010 1010 0 101010 1000100 1011000 10111 110011 1000

Color Harmonies of #1F120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F120A

Black with #1F120A

Text Example


Text Example

White with #1F120A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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