#260D3F

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

Shades of Blackcurrant #260D3F

Tints of Blackcurrant #260D3F

Color information

#260D3F (or 0x260D3F) is unknown color: approx Blackcurrant. HEX triplet: 26, 0D and 3F. RGB value is (38,13,63). Sum of RGB (Red+Green+Blue) = 38+13+63=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #260D3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D3F is #D9F2C0. Grayscale: #1A1A1A. Windows color (decimal): -14283457 or 4132134. OLE color: 4132134.

HSL color Cylindrical-coordinate representation of color #260D3F: hue angle of 270º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #260D3F is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB381363-
CMYK0.400.7900.75
HSL270º65.79%14.9%-
HSV(B)270º79.37%24.71%-
XYZ1.841.064.81-
YUV26.17148.78136.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.33%
GREEN value IS 13 (5.47% from 255) = 11.40%
BLUE value IS 63 (25% from 255) = 55.26%
R=33.33%
G=11.40%
B=55.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3813630.400.7900.7527065.7914.9
Hex26D3F284F04B10e42f
Octal46157750117011341610217
Binary100110110111111110100010011110100101110000111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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