#260D38

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

Shades of Blackcurrant #260D38

Tints of Blackcurrant #260D38

Color information

#260D38 (or 0x260D38) is unknown color: approx Blackcurrant. HEX triplet: 26, 0D and 38. RGB value is (38,13,56). Sum of RGB (Red+Green+Blue) = 38+13+56=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #260D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D38 is #D9F2C7. Grayscale: #191919. Windows color (decimal): -14283464 or 3673382. OLE color: 3673382.

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

Color convert

RGB381356-
CMYK0.320.7700.78
HSL274.88º62.32%13.53%-
HSV(B)274.88º76.79%21.96%-
XYZ1.660.993.84-
YUV25.38145.28137-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 13 (5.47% from 255) = 12.15%
BLUE value IS 56 (22.27% from 255) = 52.34%
R=35.51%
G=12.15%
B=52.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3813560.320.7700.78274.8862.3213.53
Hex26D38204D04E1133ee
Octal4615704011501164237616
Binary10011011011110001000001001101010011101000100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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