#260D46

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

Shades of Blackcurrant #260D46

Tints of Blackcurrant #260D46

Color information

#260D46 (or 0x260D46) is unknown color: approx Blackcurrant. HEX triplet: 26, 0D and 46. RGB value is (38,13,70). Sum of RGB (Red+Green+Blue) = 38+13+70=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 70 (27.73% from 255 or 57.85% from 121); Max value from RGB is 70 - color contains mainly: blue. Hex color #260D46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D46 is #D9F2B9. Grayscale: #1A1A1A. Windows color (decimal): -14283450 or 4590886. OLE color: 4590886.

HSL color Cylindrical-coordinate representation of color #260D46: hue angle of 266.32º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #260D46 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB381370-
CMYK0.460.8100.73
HSL266.32º68.67%16.27%-
HSV(B)266.32º81.43%27.45%-
XYZ2.051.145.91-
YUV26.97152.28135.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.40%
GREEN value IS 13 (5.47% from 255) = 10.74%
BLUE value IS 70 (27.73% from 255) = 57.85%
R=31.40%
G=10.74%
B=57.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3813700.460.8100.73266.3268.6716.27
Hex26D462E5104910a4510
Octal461510656121011141210520
Binary10011011011000110101110101000101001001100001010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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