#261032

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

Shades of Blackcurrant #261032

Tints of Blackcurrant #261032

Color information

#261032 (or 0x261032) is unknown color: approx Blackcurrant. HEX triplet: 26, 10 and 32. RGB value is (38,16,50). Sum of RGB (Red+Green+Blue) = 38+16+50=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 50 - color contains mainly: blue. Hex color #261032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261032 is #D9EFCD. Grayscale: #1A1A1A. Windows color (decimal): -14282702 or 3280934. OLE color: 3280934.

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

Color convert

RGB381650-
CMYK0.240.6800.80
HSL278.82º51.52%12.94%-
HSV(B)278.82º68%19.61%-
XYZ1.561.013.13-
YUV26.45141.29136.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.54%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 50 (19.92% from 255) = 48.08%
R=36.54%
G=15.38%
B=48.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3816500.240.6800.80278.8251.5212.94
Hex261032184405011734d
Octal4620623010401204276415
Binary10011010000110010110001000100010100001000101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261032; }

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

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

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

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

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

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

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

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