#260B46

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

Shades of Blackcurrant #260B46

Tints of Blackcurrant #260B46

Color information

#260B46 (or 0x260B46) is unknown color: approx Blackcurrant. HEX triplet: 26, 0B and 46. RGB value is (38,11,70). Sum of RGB (Red+Green+Blue) = 38+11+70=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 70 (27.73% from 255 or 58.82% from 119); Max value from RGB is 70 - color contains mainly: blue. Hex color #260B46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260B46 is #D9F4B9. Grayscale: #191919. Windows color (decimal): -14283962 or 4590374. OLE color: 4590374.

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

Color convert

RGB381170-
CMYK0.460.8400.73
HSL267.46º72.84%15.88%-
HSV(B)267.46º84.29%27.45%-
XYZ2.021.095.9-
YUV25.8152.95136.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.93%
GREEN value IS 11 (4.69% from 255) = 9.24%
BLUE value IS 70 (27.73% from 255) = 58.82%
R=31.93%
G=9.24%
B=58.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3811700.460.8400.73267.4672.8415.88
Hex26B462E5404910b4910
Octal461310656124011141311120
Binary10011010111000110101110101010001001001100001011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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