#261E2E

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

Shades of Blackcurrant #261E2E

Tints of Blackcurrant #261E2E

Color information

#261E2E (or 0x261E2E) is unknown color: approx Blackcurrant. HEX triplet: 26, 1E and 2E. RGB value is (38,30,46). Sum of RGB (Red+Green+Blue) = 38+30+46=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 46 - color contains mainly: blue. Hex color #261E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261E2E is #D9E1D1. Grayscale: #222222. Windows color (decimal): -14279122 or 3022374. OLE color: 3022374.

HSL color Cylindrical-coordinate representation of color #261E2E: hue angle of 270º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #261E2E is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB383046-
CMYK0.170.3500.82
HSL270º21.05%14.9%-
HSV(B)270º34.78%18.04%-
XYZ1.761.542.79-
YUV34.22134.65130.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.33%
GREEN value IS 30 (12.11% from 255) = 26.32%
BLUE value IS 46 (18.36% from 255) = 40.35%
R=33.33%
G=26.32%
B=40.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3830460.170.3500.8227021.0514.9
Hex261E2E112305210e15f
Octal463656214301224162517
Binary100110111101011101000110001101010010100001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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