#26192A

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

Shades of Blackcurrant #26192A

Tints of Blackcurrant #26192A

Color information

#26192A (or 0x26192A) is unknown color: approx Blackcurrant. HEX triplet: 26, 19 and 2A. RGB value is (38,25,42). Sum of RGB (Red+Green+Blue) = 38+25+42=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 42 - color contains mainly: blue. Hex color #26192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26192A is #D9E6D5. Grayscale: #1E1E1E. Windows color (decimal): -14280406 or 2758950. OLE color: 2758950.

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

Color convert

RGB382542-
CMYK0.100.4000.84
HSL285.88º25.37%13.14%-
HSV(B)285.88º40.48%16.47%-
XYZ1.561.272.35-
YUV30.82134.31133.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.19%
GREEN value IS 25 (10.16% from 255) = 23.81%
BLUE value IS 42 (16.80% from 255) = 40%
R=36.19%
G=23.81%
B=40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3825420.100.4000.84285.8825.3713.14
Hex26192AA2805411e19d
Octal463152125001244363115
Binary10011011001101010101010100001010100100011110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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