#26013F

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

Shades of Blackcurrant #26013F

Tints of Blackcurrant #26013F

Color information

#26013F (or 0x26013F) is unknown color: approx Blackcurrant. HEX triplet: 26, 01 and 3F. RGB value is (38,1,63). Sum of RGB (Red+Green+Blue) = 38+1+63=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 63 (25% from 255 or 61.76% from 102); Max value from RGB is 63 - color contains mainly: blue. Hex color #26013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26013F is #D9FEC0. Grayscale: #121212. Windows color (decimal): -14286529 or 4129062. OLE color: 4129062.

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

Color convert

RGB38163-
CMYK0.400.9800.75
HSL275.81º96.88%12.55%-
HSV(B)275.81º98.41%24.71%-
XYZ1.710.794.77-
YUV19.13152.76141.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 37.25%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 63 (25% from 255) = 61.76%
R=37.25%
G=0.98%
B=61.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal381630.400.9800.75275.8196.8812.55
Hex2613F286204B11461d
Octal4617750142011342414115
Binary100110111111110100011000100100101110001010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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