#261140

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

Shades of Blackcurrant #261140

Tints of Blackcurrant #261140

Color information

#261140 (or 0x261140) is unknown color: approx Blackcurrant. HEX triplet: 26, 11 and 40. RGB value is (38,17,64). Sum of RGB (Red+Green+Blue) = 38+17+64=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #261140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261140 is #D9EEBF. Grayscale: #1C1C1C. Windows color (decimal): -14282432 or 4198694. OLE color: 4198694.

HSL color Cylindrical-coordinate representation of color #261140: hue angle of 266.81º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #261140 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB381764-
CMYK0.410.7300.75
HSL266.81º58.02%15.88%-
HSV(B)266.81º73.44%25.1%-
XYZ1.931.184.98-
YUV28.64147.96134.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.93%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 64 (25.39% from 255) = 53.78%
R=31.93%
G=14.29%
B=53.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3817640.410.7300.75266.8158.0215.88
Hex261140294904B10b3a10
Octal46211005111101134137220
Binary10011010001100000010100110010010100101110000101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261140; }

 p { color: rgb(38,17,64); }

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

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

 a { background-color: rgb(38,17,64); }

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

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

 span { border-color: rgb(38,17,64); }

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