#260B2C

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

Shades of Blackcurrant #260B2C

Tints of Blackcurrant #260B2C

Color information

#260B2C (or 0x260B2C) is unknown color: approx Blackcurrant. HEX triplet: 26, 0B and 2C. RGB value is (38,11,44). Sum of RGB (Red+Green+Blue) = 38+11+44=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #260B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260B2C is #D9F4D3. Grayscale: #161616. Windows color (decimal): -14283988 or 2886438. OLE color: 2886438.

HSL color Cylindrical-coordinate representation of color #260B2C: hue angle of 289.09º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #260B2C is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB381144-
CMYK0.140.7500.83
HSL289.09º60%10.78%-
HSV(B)289.09º75%17.25%-
XYZ1.370.832.47-
YUV22.84139.95138.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.86%
GREEN value IS 11 (4.69% from 255) = 11.83%
BLUE value IS 44 (17.58% from 255) = 47.31%
R=40.86%
G=11.83%
B=47.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3811440.140.7500.83289.096010.78
Hex26B2CE4B0531213cb
Octal4613541611301234417413
Binary100110101110110011101001011010100111001000011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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