#260A40

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

Shades of Blackcurrant #260A40

Tints of Blackcurrant #260A40

Color information

#260A40 (or 0x260A40) is unknown color: approx Blackcurrant. HEX triplet: 26, 0A and 40. RGB value is (38,10,64). Sum of RGB (Red+Green+Blue) = 38+10+64=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 64 (25.39% from 255 or 57.14% from 112); Max value from RGB is 64 - color contains mainly: blue. Hex color #260A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260A40 is #D9F5BF. Grayscale: #181818. Windows color (decimal): -14284224 or 4196902. OLE color: 4196902.

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

Color convert

RGB381064-
CMYK0.410.8400.75
HSL271.11º72.97%14.51%-
HSV(B)271.11º84.38%25.1%-
XYZ1.8314.95-
YUV24.53150.28137.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.93%
GREEN value IS 10 (4.30% from 255) = 8.93%
BLUE value IS 64 (25.39% from 255) = 57.14%
R=33.93%
G=8.93%
B=57.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3810640.410.8400.75271.1172.9714.51
Hex26A40295404B10f49f
Octal461210051124011341711117
Binary1001101010100000010100110101000100101110000111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260A40; }

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

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

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

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

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

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

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

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