#261E28

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

Shades of Blackcurrant #261E28

Tints of Blackcurrant #261E28

Color information

#261E28 (or 0x261E28) is unknown color: approx Blackcurrant. HEX triplet: 26, 1E and 28. RGB value is (38,30,40). Sum of RGB (Red+Green+Blue) = 38+30+40=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 40 - color contains mainly: blue. Hex color #261E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261E28 is #D9E1D7. Grayscale: #212121. Windows color (decimal): -14279128 or 2629158. OLE color: 2629158.

HSL color Cylindrical-coordinate representation of color #261E28: hue angle of 288º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #261E28 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB383040-
CMYK0.050.2500.84
HSL288º14.29%13.73%-
HSV(B)288º25%15.69%-
XYZ1.651.492.21-
YUV33.53131.65131.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.19%
GREEN value IS 30 (12.11% from 255) = 27.78%
BLUE value IS 40 (16.02% from 255) = 37.04%
R=35.19%
G=27.78%
B=37.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3830400.050.2500.8428814.2913.73
Hex261E28519054120ee
Octal46365053101244401616
Binary10011011110101000101110010101010010010000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,30,40); }

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

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

 a { background-color: rgb(38,30,40); }

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

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

 span { border-color: rgb(38,30,40); }

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