#26182E

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

Shades of Blackcurrant #26182E

Tints of Blackcurrant #26182E

Color information

#26182E (or 0x26182E) is unknown color: approx Blackcurrant. HEX triplet: 26, 18 and 2E. RGB value is (38,24,46). Sum of RGB (Red+Green+Blue) = 38+24+46=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 46 - color contains mainly: blue. Hex color #26182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26182E is #D9E7D1. Grayscale: #1E1E1E. Windows color (decimal): -14280658 or 3020838. OLE color: 3020838.

HSL color Cylindrical-coordinate representation of color #26182E: hue angle of 278.18º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #26182E is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB382446-
CMYK0.170.4800.82
HSL278.18º31.43%13.73%-
HSV(B)278.18º47.83%18.04%-
XYZ1.621.262.74-
YUV30.69136.64133.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.19%
GREEN value IS 24 (9.77% from 255) = 22.22%
BLUE value IS 46 (18.36% from 255) = 42.59%
R=35.19%
G=22.22%
B=42.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3824460.170.4800.82278.1831.4313.73
Hex26182E11300521161fe
Octal463056216001224263716
Binary100110110001011101000111000001010010100010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26182E; }

 p { color: rgb(38,24,46); }

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

<style>
 a { background-color: #26182E; }

 a { background-color: rgb(38,24,46); }

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

<style>
 span { border-color: #26182E; }

 span { border-color: rgb(38,24,46); }

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