#261C13

Color #261C13 Bokara Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bokara Grey #261C13

Tints of Bokara Grey #261C13

Color information

#261C13 (or 0x261C13) is unknown color: approx Bokara Grey. HEX triplet: 26, 1C and 13. RGB value is (38,28,19). Sum of RGB (Red+Green+Blue) = 38+28+19=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 38 - color contains mainly: red. Hex color #261C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261C13 is #D9E3EC. Grayscale: #1E1E1E. Windows color (decimal): -14279661 or 1252390. OLE color: 1252390.

HSL color Cylindrical-coordinate representation of color #261C13: hue angle of 28.42º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #261C13 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB382819-
CMYK00.260.500.85
HSL28.42º33.33%11.18%-
HSV(B)28.42º50%14.9%-
XYZ1.331.290.79-
YUV29.96121.81133.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 44.71%
GREEN value IS 28 (11.33% from 255) = 32.94%
BLUE value IS 19 (7.81% from 255) = 22.35%
R=44.71%
G=32.94%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38281900.260.500.8528.4233.3311.18
Hex261C1301A32551c21b
Octal46342303262125344113
Binary10011011100100110110101100101010101111001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261C13; }

 p { color: rgb(38,28,19); }

 H1.HeaderClassName
 {
   color: #261C13;
 }
 .AnyTagClassName
 {
   color: #261C13;
 }
</style>
background-color css

<style>
 a { background-color: #261C13; }

 a { background-color: rgb(38,28,19); }

 div.DivClassName
 {
   background-color: #261C13;
 }
 .BgClassName
 {
   background-color: #261C13;
 }
</style>
border-color css

<style>
 span { border-color: #261C13; }

 span { border-color: rgb(38,28,19); }

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