#261632

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

Shades of Blackcurrant #261632

Tints of Blackcurrant #261632

Color information

#261632 (or 0x261632) is unknown color: approx Blackcurrant. HEX triplet: 26, 16 and 32. RGB value is (38,22,50). Sum of RGB (Red+Green+Blue) = 38+22+50=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 50 - color contains mainly: blue. Hex color #261632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261632 is #D9E9CD. Grayscale: #1D1D1D. Windows color (decimal): -14281166 or 3282470. OLE color: 3282470.

HSL color Cylindrical-coordinate representation of color #261632: hue angle of 274.29º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #261632 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB382250-
CMYK0.240.5600.80
HSL274.29º38.89%14.12%-
HSV(B)274.29º56%19.61%-
XYZ1.661.223.16-
YUV29.98139.3133.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.55%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 50 (19.92% from 255) = 45.45%
R=34.55%
G=20%
B=45.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3822500.240.5600.80274.2938.8914.12
Hex261632183805011227e
Octal462662307001204224716
Binary1001101011011001011000111000010100001000100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261632; }

 p { color: rgb(38,22,50); }

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

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

 a { background-color: rgb(38,22,50); }

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

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

 span { border-color: rgb(38,22,50); }

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