#261533

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

Shades of Blackcurrant #261533

Tints of Blackcurrant #261533

Color information

#261533 (or 0x261533) is unknown color: approx Blackcurrant. HEX triplet: 26, 15 and 33. RGB value is (38,21,51). Sum of RGB (Red+Green+Blue) = 38+21+51=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: blue. Hex color #261533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261533 is #D9EACC. Grayscale: #1D1D1D. Windows color (decimal): -14281421 or 3347750. OLE color: 3347750.

HSL color Cylindrical-coordinate representation of color #261533: hue angle of 274º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #261533 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB382151-
CMYK0.250.5900.8
HSL274º41.67%14.12%-
HSV(B)274º58.82%20%-
XYZ1.671.193.27-
YUV29.5140.13134.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.55%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 51 (20.31% from 255) = 46.36%
R=34.55%
G=19.09%
B=46.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3821510.250.5900.827441.6714.12
Hex261533193B0501122ae
Octal462563317301204225216
Binary1001101010111001111001111011010100001000100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261533; }

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

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

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

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

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

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

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

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