#26122F

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

Shades of Blackcurrant #26122F

Tints of Blackcurrant #26122F

Color information

#26122F (or 0x26122F) is unknown color: approx Blackcurrant. HEX triplet: 26, 12 and 2F. RGB value is (38,18,47). Sum of RGB (Red+Green+Blue) = 38+18+47=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #26122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26122F is #D9EDD0. Grayscale: #1B1B1B. Windows color (decimal): -14282193 or 3084838. OLE color: 3084838.

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

Color convert

RGB381847-
CMYK0.190.6200.82
HSL281.38º44.62%12.75%-
HSV(B)281.38º61.7%18.43%-
XYZ1.531.052.81-
YUV27.29139.13135.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.89%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 47 (18.75% from 255) = 45.63%
R=36.89%
G=17.48%
B=45.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3818470.190.6200.82281.3844.6212.75
Hex26122F133E0521192dd
Octal462257237601224315515
Binary1001101001010111110011111110010100101000110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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