Html Css Color HEX #190F09 Wood Bark

📋 copy color: '#190F09'

red 25 ◦ green 15 ◦ blue 9

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

Shades of Wood Bark #190F09

Tints of Wood Bark #190F09

RGB

 RED value IS 25 (10.16% from 255) = 51.02%

 GREEN value IS 15 (6.25% from 255) = 30.61%

 BLUE value IS 9 (3.91% from 255) = 18.37%

R = 51.02%
G = 30.61%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.90

RGB Variations

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

Color information

#190F09 (or 0x190F09) is known color: Wood Bark. HEX triplet: 19, 0F and 09. RGB value is (25,15,9). Sum of RGB (Red+Green+Blue) = 25+15+9=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #190F09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190F09 is #E6F0F6. Grayscale: #111111. Windows color (decimal): -15134967 or 593689. OLE color: 593689.

HSL color Cylindrical-coordinate representation of color #190F09: hue angle of 22.5º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #190F09 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 15 9 -
CMYK 0 0.40 0.64 0.90
HSL 22.5º 0.47% 0.07% -
HSV(B) 22.5º 0.64% 0.1% -
XYZ 0.62 0.57 0.34 -
YUV 17.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 25 15 9 0 0.40 0.64 0.90 22.5 0.47 0.07
Hex 19 F 9 0 28 40 5A 16 2F 7
Octal 31 17 11 0 50 100 132 26 57 7
Binary 11001 1111 1001 0 101000 1000000 1011010 10110 101111 111

Color Harmonies of #190F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190F09

Black with #190F09

Text Example


Text Example

White with #190F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190F09; }

 p { color: rgb(25,15,9); }

 H1.HeaderClassName
 {
   color: #190F09;
 }
 .AnyTagClassName
 {
   color: #190F09;
 }
</style>

background-color css

<style>
 a { background-color: #190F09; }

 a { background-color: rgb(25,15,9); }

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

border-color css

<style>
 span { border-color: #190F09; }

 span { border-color: rgb(25,15,9); }

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