#260D3C

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

Shades of Blackcurrant #260D3C

Tints of Blackcurrant #260D3C

Color information

#260D3C (or 0x260D3C) is unknown color: approx Blackcurrant. HEX triplet: 26, 0D and 3C. RGB value is (38,13,60). Sum of RGB (Red+Green+Blue) = 38+13+60=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #260D3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D3C is #D9F2C3. Grayscale: #191919. Windows color (decimal): -14283460 or 3935526. OLE color: 3935526.

HSL color Cylindrical-coordinate representation of color #260D3C: hue angle of 271.91º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #260D3C is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB381360-
CMYK0.370.7800.76
HSL271.91º64.38%14.31%-
HSV(B)271.91º78.33%23.53%-
XYZ1.761.034.38-
YUV25.83147.28136.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.23%
GREEN value IS 13 (5.47% from 255) = 11.71%
BLUE value IS 60 (23.83% from 255) = 54.05%
R=34.23%
G=11.71%
B=54.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3813600.370.7800.76271.9164.3814.31
Hex26D3C254E04C11040e
Octal46157445116011442010016
Binary100110110111110010010110011100100110010001000010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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