#26182D

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

Shades of Blackcurrant #26182D

Tints of Blackcurrant #26182D

Color information

#26182D (or 0x26182D) is unknown color: approx Blackcurrant. HEX triplet: 26, 18 and 2D. RGB value is (38,24,45). Sum of RGB (Red+Green+Blue) = 38+24+45=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 45 - color contains mainly: blue. Hex color #26182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26182D is #D9E7D2. Grayscale: #1E1E1E. Windows color (decimal): -14280659 or 2955302. OLE color: 2955302.

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

Color convert

RGB382445-
CMYK0.160.4700.82
HSL280º30.43%13.53%-
HSV(B)280º46.67%17.65%-
XYZ1.61.252.64-
YUV30.58136.14133.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 24 (9.77% from 255) = 22.43%
BLUE value IS 45 (17.97% from 255) = 42.06%
R=35.51%
G=22.43%
B=42.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3824450.160.4700.8228030.4313.53
Hex26182D102F0521181ee
Octal463055205701224303616
Binary100110110001011011000010111101010010100011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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