#260D41

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

Shades of Blackcurrant #260D41

Tints of Blackcurrant #260D41

Color information

#260D41 (or 0x260D41) is unknown color: approx Blackcurrant. HEX triplet: 26, 0D and 41. RGB value is (38,13,65). Sum of RGB (Red+Green+Blue) = 38+13+65=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #260D41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D41 is #D9F2BE. Grayscale: #1A1A1A. Windows color (decimal): -14283455 or 4263206. OLE color: 4263206.

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

Color convert

RGB381365-
CMYK0.420.8000.75
HSL268.85º66.67%15.29%-
HSV(B)268.85º80%25.49%-
XYZ1.91.085.11-
YUV26.4149.78136.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.76%
GREEN value IS 13 (5.47% from 255) = 11.21%
BLUE value IS 65 (25.78% from 255) = 56.03%
R=32.76%
G=11.21%
B=56.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3813650.420.8000.75268.8566.6715.29
Hex26D412A5004B10d43f
Octal461510152120011341510317
Binary1001101101100000110101010100000100101110000110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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