#26182A

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

Shades of Blackcurrant #26182A

Tints of Blackcurrant #26182A

Color information

#26182A (or 0x26182A) is unknown color: approx Blackcurrant. HEX triplet: 26, 18 and 2A. RGB value is (38,24,42). Sum of RGB (Red+Green+Blue) = 38+24+42=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 42 - color contains mainly: blue. Hex color #26182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26182A is #D9E7D5. Grayscale: #1E1E1E. Windows color (decimal): -14280662 or 2758694. OLE color: 2758694.

HSL color Cylindrical-coordinate representation of color #26182A: hue angle of 286.67º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #26182A is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB382442-
CMYK0.100.4300.84
HSL286.67º27.27%12.94%-
HSV(B)286.67º42.86%16.47%-
XYZ1.541.232.35-
YUV30.24134.64133.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.54%
GREEN value IS 24 (9.77% from 255) = 23.08%
BLUE value IS 42 (16.80% from 255) = 40.38%
R=36.54%
G=23.08%
B=40.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3824420.100.4300.84286.6727.2712.94
Hex26182AA2B05411f1bd
Octal463052125301244373315
Binary10011011000101010101010101101010100100011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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