#26034B

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

Shades of Blackcurrant #26034B

Tints of Blackcurrant #26034B

Color information

#26034B (or 0x26034B) is unknown color: approx Blackcurrant. HEX triplet: 26, 03 and 4B. RGB value is (38,3,75). Sum of RGB (Red+Green+Blue) = 38+3+75=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #26034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26034B is #D9FCB4. Grayscale: #151515. Windows color (decimal): -14286005 or 4916006. OLE color: 4916006.

HSL color Cylindrical-coordinate representation of color #26034B: hue angle of 269.17º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #26034B is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB38375-
CMYK0.490.9600.71
HSL269.17º92.31%15.29%-
HSV(B)269.17º96%29.41%-
XYZ2.10.996.74-
YUV21.67158.1139.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.76%
GREEN value IS 3 (1.56% from 255) = 2.59%
BLUE value IS 75 (29.69% from 255) = 64.66%
R=32.76%
G=2.59%
B=64.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal383750.490.9600.71269.1792.3115.29
Hex2634B316004710d5cf
Octal46311361140010741513417
Binary10011011100101111000111000000100011110000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26034B; }

 p { color: rgb(38,3,75); }

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

<style>
 a { background-color: #26034B; }

 a { background-color: rgb(38,3,75); }

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

<style>
 span { border-color: #26034B; }

 span { border-color: rgb(38,3,75); }

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