#26012F

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

Shades of Blackcurrant #26012F

Tints of Blackcurrant #26012F

Color information

#26012F (or 0x26012F) is unknown color: approx Blackcurrant. HEX triplet: 26, 01 and 2F. RGB value is (38,1,47). Sum of RGB (Red+Green+Blue) = 38+1+47=86 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.19% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 47 (18.75% from 255 or 54.65% from 86); Max value from RGB is 47 - color contains mainly: blue. Hex color #26012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26012F is #D9FED0. Grayscale: #111111. Windows color (decimal): -14286545 or 3080486. OLE color: 3080486.

HSL color Cylindrical-coordinate representation of color #26012F: hue angle of 288.26º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26012F is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB38147-
CMYK0.190.9800.82
HSL288.26º95.83%9.41%-
HSV(B)288.26º97.87%18.43%-
XYZ1.320.642.74-
YUV17.31144.76142.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 44.19%
GREEN value IS 1 (0.78% from 255) = 1.16%
BLUE value IS 47 (18.75% from 255) = 54.65%
R=44.19%
G=1.16%
B=54.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal381470.190.9800.82288.2695.839.41
Hex2612F1362052120609
Octal4615723142012244014011
Binary10011011011111001111000100101001010010000011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26012F; }

 p { color: rgb(38,1,47); }

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

<style>
 a { background-color: #26012F; }

 a { background-color: rgb(38,1,47); }

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

<style>
 span { border-color: #26012F; }

 span { border-color: rgb(38,1,47); }

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