#26192B

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

Shades of Blackcurrant #26192B

Tints of Blackcurrant #26192B

Color information

#26192B (or 0x26192B) is unknown color: approx Blackcurrant. HEX triplet: 26, 19 and 2B. RGB value is (38,25,43). Sum of RGB (Red+Green+Blue) = 38+25+43=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 43 - color contains mainly: blue. Hex color #26192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26192B is #D9E6D4. Grayscale: #1E1E1E. Windows color (decimal): -14280405 or 2824486. OLE color: 2824486.

HSL color Cylindrical-coordinate representation of color #26192B: hue angle of 283.33º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #26192B is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB382543-
CMYK0.120.4200.83
HSL283.33º26.47%13.33%-
HSV(B)283.33º41.86%16.86%-
XYZ1.581.282.45-
YUV30.94134.81133.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.85%
GREEN value IS 25 (10.16% from 255) = 23.58%
BLUE value IS 43 (17.19% from 255) = 40.57%
R=35.85%
G=23.58%
B=40.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3825430.120.4200.83283.3326.4713.33
Hex26192BC2A05311b1ad
Octal463153145201234333215
Binary10011011001101011110010101001010011100011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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