#261535

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

Shades of Blackcurrant #261535

Tints of Blackcurrant #261535

Color information

#261535 (or 0x261535) is unknown color: approx Blackcurrant. HEX triplet: 26, 15 and 35. RGB value is (38,21,53). Sum of RGB (Red+Green+Blue) = 38+21+53=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: blue. Hex color #261535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261535 is #D9EACA. Grayscale: #1D1D1D. Windows color (decimal): -14281419 or 3478822. OLE color: 3478822.

HSL color Cylindrical-coordinate representation of color #261535: hue angle of 271.88º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #261535 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB382153-
CMYK0.280.6000.79
HSL271.88º43.24%14.51%-
HSV(B)271.88º60.38%20.78%-
XYZ1.711.213.51-
YUV29.73141.13133.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.93%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 53 (21.09% from 255) = 47.32%
R=33.93%
G=18.75%
B=47.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3821530.280.6000.79271.8843.2414.51
Hex2615351C3C04F1102bf
Octal462565347401174205317
Binary1001101010111010111100111100010011111000100001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261535; }

 p { color: rgb(38,21,53); }

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

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

 a { background-color: rgb(38,21,53); }

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

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

 span { border-color: rgb(38,21,53); }

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