#26022D

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

Shades of Blackcurrant #26022D

Tints of Blackcurrant #26022D

Color information

#26022D (or 0x26022D) is unknown color: approx Blackcurrant. HEX triplet: 26, 02 and 2D. RGB value is (38,2,45). Sum of RGB (Red+Green+Blue) = 38+2+45=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #26022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26022D is #D9FDD2. Grayscale: #111111. Windows color (decimal): -14286291 or 2949670. OLE color: 2949670.

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

Color convert

RGB38245-
CMYK0.160.9600.82
HSL290.23º91.49%9.22%-
HSV(B)290.23º95.56%17.65%-
XYZ1.290.642.54-
YUV17.67143.43142.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 44.71%
GREEN value IS 2 (1.17% from 255) = 2.35%
BLUE value IS 45 (17.97% from 255) = 52.94%
R=44.71%
G=2.35%
B=52.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal382450.160.9600.82290.2391.499.22
Hex2622D10600521225b9
Octal4625520140012244213311
Binary100110101011011000011000000101001010010001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26022D; }

 p { color: rgb(38,2,45); }

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

<style>
 a { background-color: #26022D; }

 a { background-color: rgb(38,2,45); }

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

<style>
 span { border-color: #26022D; }

 span { border-color: rgb(38,2,45); }

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