Html Css Color HEX #281B15 Wood Bark

📋 copy color: '#281B15'

red 40 ◦ green 27 ◦ blue 21

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

Shades of Wood Bark #281B15

Tints of Wood Bark #281B15

RGB

 RED value IS 40 (16.02% from 255) = 45.45%

 GREEN value IS 27 (10.94% from 255) = 30.68%

 BLUE value IS 21 (8.59% from 255) = 23.86%

R = 45.45%
G = 30.68%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#281B15 (or 0x281B15) is known color: Wood Bark. HEX triplet: 28, 1B and 15. RGB value is (40,27,21). Sum of RGB (Red+Green+Blue) = 40+27+21=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #281B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B15 is #D7E4EA. Grayscale: #1E1E1E. Windows color (decimal): -14148843 or 1383208. OLE color: 1383208.

HSL color Cylindrical-coordinate representation of color #281B15: hue angle of 18.95º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #281B15 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 27 21 -
CMYK 0 0.33 0.48 0.84
HSL 18.95º 0.31% 0.12% -
HSV(B) 18.95º 0.48% 0.16% -
XYZ 1.4 1.29 0.88 -
YUV 30.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 40 27 21 0 0.33 0.48 0.84 18.95 0.31 0.12
Hex 28 1B 15 0 21 30 54 13 1F C
Octal 50 33 25 0 41 60 124 23 37 14
Binary 101000 11011 10101 0 100001 110000 1010100 10011 11111 1100

Color Harmonies of #281B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281B15

Black with #281B15

Text Example


Text Example

White with #281B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281B15; }

 p { color: rgb(40,27,21); }

 H1.HeaderClassName
 {
   color: #281B15;
 }
 .AnyTagClassName
 {
   color: #281B15;
 }
</style>

background-color css

<style>
 a { background-color: #281B15; }

 a { background-color: rgb(40,27,21); }

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

border-color css

<style>
 span { border-color: #281B15; }

 span { border-color: rgb(40,27,21); }

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