#26083F

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

Shades of Blackcurrant #26083F

Tints of Blackcurrant #26083F

Color information

#26083F (or 0x26083F) is unknown color: approx Blackcurrant. HEX triplet: 26, 08 and 3F. RGB value is (38,8,63). Sum of RGB (Red+Green+Blue) = 38+8+63=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 63 (25% from 255 or 57.80% from 109); Max value from RGB is 63 - color contains mainly: blue. Hex color #26083F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26083F is #D9F7C0. Grayscale: #171717. Windows color (decimal): -14284737 or 4130854. OLE color: 4130854.

HSL color Cylindrical-coordinate representation of color #26083F: hue angle of 272.73º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26083F is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB38863-
CMYK0.400.8700.75
HSL272.73º77.46%13.92%-
HSV(B)272.73º87.3%24.71%-
XYZ1.780.944.79-
YUV23.24150.44138.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.86%
GREEN value IS 8 (3.52% from 255) = 7.34%
BLUE value IS 63 (25% from 255) = 57.80%
R=34.86%
G=7.34%
B=57.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal388630.400.8700.75272.7377.4613.92
Hex2683F285704B1114de
Octal46107750127011342111516
Binary100110100011111110100010101110100101110001000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26083F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,8,63); }

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

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

 a { background-color: rgb(38,8,63); }

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

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

 span { border-color: rgb(38,8,63); }

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