#26133A

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

Shades of Blackcurrant #26133A

Tints of Blackcurrant #26133A

Color information

#26133A (or 0x26133A) is unknown color: approx Blackcurrant. HEX triplet: 26, 13 and 3A. RGB value is (38,19,58). Sum of RGB (Red+Green+Blue) = 38+19+58=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #26133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26133A is #D9ECC5. Grayscale: #1C1C1C. Windows color (decimal): -14281926 or 3805990. OLE color: 3805990.

HSL color Cylindrical-coordinate representation of color #26133A: hue angle of 269.23º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #26133A is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB381958-
CMYK0.340.6700.77
HSL269.23º50.65%15.1%-
HSV(B)269.23º67.24%22.75%-
XYZ1.81.184.14-
YUV29.13144.29134.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.04%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 58 (23.05% from 255) = 50.43%
R=33.04%
G=16.52%
B=50.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3819580.340.6700.77269.2350.6515.1
Hex26133A224304D10d33f
Octal4623724210301154156317
Binary100110100111110101000101000011010011011000011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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