#26182F

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

Shades of Blackcurrant #26182F

Tints of Blackcurrant #26182F

Color information

#26182F (or 0x26182F) is unknown color: approx Blackcurrant. HEX triplet: 26, 18 and 2F. RGB value is (38,24,47). Sum of RGB (Red+Green+Blue) = 38+24+47=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 47 - color contains mainly: blue. Hex color #26182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26182F is #D9E7D0. Grayscale: #1E1E1E. Windows color (decimal): -14280657 or 3086374. OLE color: 3086374.

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

Color convert

RGB382447-
CMYK0.190.4900.82
HSL276.52º32.39%13.92%-
HSV(B)276.52º48.94%18.43%-
XYZ1.641.272.85-
YUV30.81137.14133.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.86%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 47 (18.75% from 255) = 43.12%
R=34.86%
G=22.02%
B=43.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3824470.190.4900.82276.5232.3913.92
Hex26182F133105211520e
Octal463057236101224254016
Binary1001101100010111110011110001010100101000101011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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