#26113D

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

Shades of Blackcurrant #26113D

Tints of Blackcurrant #26113D

Color information

#26113D (or 0x26113D) is unknown color: approx Blackcurrant. HEX triplet: 26, 11 and 3D. RGB value is (38,17,61). Sum of RGB (Red+Green+Blue) = 38+17+61=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #26113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26113D is #D9EEC2. Grayscale: #1C1C1C. Windows color (decimal): -14282435 or 4002086. OLE color: 4002086.

HSL color Cylindrical-coordinate representation of color #26113D: hue angle of 268.64º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26113D is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB381761-
CMYK0.380.7200.76
HSL268.64º56.41%15.29%-
HSV(B)268.64º72.13%23.92%-
XYZ1.841.154.54-
YUV28.3146.46134.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.76%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 61 (24.22% from 255) = 52.59%
R=32.76%
G=14.66%
B=52.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3817610.380.7200.76268.6456.4115.29
Hex26113D264804C10d38f
Octal4621754611001144157017
Binary100110100011111011001101001000010011001000011011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,17,61); }

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

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

 a { background-color: rgb(38,17,61); }

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

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

 span { border-color: rgb(38,17,61); }

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