#26153E

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

Shades of Blackcurrant #26153E

Tints of Blackcurrant #26153E

Color information

#26153E (or 0x26153E) is unknown color: approx Blackcurrant. HEX triplet: 26, 15 and 3E. RGB value is (38,21,62). Sum of RGB (Red+Green+Blue) = 38+21+62=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #26153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26153E is #D9EAC1. Grayscale: #1E1E1E. Windows color (decimal): -14281410 or 4068646. OLE color: 4068646.

HSL color Cylindrical-coordinate representation of color #26153E: hue angle of 264.88º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26153E is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB382162-
CMYK0.390.6600.76
HSL264.88º49.4%16.27%-
HSV(B)264.88º66.13%24.31%-
XYZ1.941.34.71-
YUV30.76145.63133.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.40%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 62 (24.61% from 255) = 51.24%
R=31.40%
G=17.36%
B=51.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3821620.390.6600.76264.8849.416.27
Hex26153E274204C1093110
Octal4625764710201144116120
Binary1001101010111111010011110000100100110010000100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26153E; }

 p { color: rgb(38,21,62); }

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

<style>
 a { background-color: #26153E; }

 a { background-color: rgb(38,21,62); }

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

<style>
 span { border-color: #26153E; }

 span { border-color: rgb(38,21,62); }

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