#260D3A

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

Shades of Blackcurrant #260D3A

Tints of Blackcurrant #260D3A

Color information

#260D3A (or 0x260D3A) is unknown color: approx Blackcurrant. HEX triplet: 26, 0D and 3A. RGB value is (38,13,58). Sum of RGB (Red+Green+Blue) = 38+13+58=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #260D3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D3A is #D9F2C5. Grayscale: #191919. Windows color (decimal): -14283462 or 3804454. OLE color: 3804454.

HSL color Cylindrical-coordinate representation of color #260D3A: hue angle of 273.33º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #260D3A is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB381358-
CMYK0.340.7800.77
HSL273.33º63.38%13.92%-
HSV(B)273.33º77.59%22.75%-
XYZ1.711.014.11-
YUV25.6146.28136.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.86%
GREEN value IS 13 (5.47% from 255) = 11.93%
BLUE value IS 58 (23.05% from 255) = 53.21%
R=34.86%
G=11.93%
B=53.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3813580.340.7800.77273.3363.3813.92
Hex26D3A224E04D1113fe
Octal4615724211601154217716
Binary10011011011110101000101001110010011011000100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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