#26133C

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

Shades of Blackcurrant #26133C

Tints of Blackcurrant #26133C

Color information

#26133C (or 0x26133C) is unknown color: approx Blackcurrant. HEX triplet: 26, 13 and 3C. RGB value is (38,19,60). Sum of RGB (Red+Green+Blue) = 38+19+60=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #26133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26133C is #D9ECC3. Grayscale: #1D1D1D. Windows color (decimal): -14281924 or 3937062. OLE color: 3937062.

HSL color Cylindrical-coordinate representation of color #26133C: hue angle of 267.8º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26133C is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB381960-
CMYK0.370.6800.76
HSL267.8º51.9%15.49%-
HSV(B)267.8º68.33%23.53%-
XYZ1.851.24.41-
YUV29.36145.29134.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.48%
GREEN value IS 19 (7.81% from 255) = 16.24%
BLUE value IS 60 (23.83% from 255) = 51.28%
R=32.48%
G=16.24%
B=51.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3819600.370.6800.76267.851.915.49
Hex26133C254404C10c34f
Octal4623744510401144146417
Binary100110100111111001001011000100010011001000011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26133C; }

 p { color: rgb(38,19,60); }

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

<style>
 a { background-color: #26133C; }

 a { background-color: rgb(38,19,60); }

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

<style>
 span { border-color: #26133C; }

 span { border-color: rgb(38,19,60); }

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