#260D32

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

Shades of Blackcurrant #260D32

Tints of Blackcurrant #260D32

Color information

#260D32 (or 0x260D32) is unknown color: approx Blackcurrant. HEX triplet: 26, 0D and 32. RGB value is (38,13,50). Sum of RGB (Red+Green+Blue) = 38+13+50=101 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.62% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #260D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D32 is #D9F2CD. Grayscale: #181818. Windows color (decimal): -14283470 or 3280166. OLE color: 3280166.

HSL color Cylindrical-coordinate representation of color #260D32: hue angle of 280.54º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #260D32 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB381350-
CMYK0.240.7400.80
HSL280.54º58.73%12.35%-
HSV(B)280.54º74%19.61%-
XYZ1.520.933.12-
YUV24.69142.28137.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 37.62%
GREEN value IS 13 (5.47% from 255) = 12.87%
BLUE value IS 50 (19.92% from 255) = 49.50%
R=37.62%
G=12.87%
B=49.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3813500.240.7400.80280.5458.7312.35
Hex26D32184A0501193bc
Octal4615623011201204317314
Binary1001101101110010110001001010010100001000110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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