#260E41

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

Shades of Blackcurrant #260E41

Tints of Blackcurrant #260E41

Color information

#260E41 (or 0x260E41) is unknown color: approx Blackcurrant. HEX triplet: 26, 0E and 41. RGB value is (38,14,65). Sum of RGB (Red+Green+Blue) = 38+14+65=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #260E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260E41 is #D9F1BE. Grayscale: #1A1A1A. Windows color (decimal): -14283199 or 4263462. OLE color: 4263462.

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

Color convert

RGB381465-
CMYK0.420.7800.75
HSL268.24º64.56%15.49%-
HSV(B)268.24º78.46%25.49%-
XYZ1.911.115.11-
YUV26.99149.45135.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.48%
GREEN value IS 14 (5.86% from 255) = 11.97%
BLUE value IS 65 (25.78% from 255) = 55.56%
R=32.48%
G=11.97%
B=55.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3814650.420.7800.75268.2464.5615.49
Hex26E412A4E04B10c41f
Octal461610152116011341410117
Binary1001101110100000110101010011100100101110000110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,14,65); }

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

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

 a { background-color: rgb(38,14,65); }

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

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

 span { border-color: rgb(38,14,65); }

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