#26014A

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

Shades of Blackcurrant #26014A

Tints of Blackcurrant #26014A

Color information

#26014A (or 0x26014A) is unknown color: approx Blackcurrant. HEX triplet: 26, 01 and 4A. RGB value is (38,1,74). Sum of RGB (Red+Green+Blue) = 38+1+74=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #26014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26014A is #D9FEB5. Grayscale: #141414. Windows color (decimal): -14286518 or 4849958. OLE color: 4849958.

HSL color Cylindrical-coordinate representation of color #26014A: hue angle of 270.41º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26014A is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB38174-
CMYK0.490.9900.71
HSL270.41º97.33%14.71%-
HSV(B)270.41º98.65%29.02%-
XYZ2.050.936.55-
YUV20.38158.26140.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 74 (29.30% from 255) = 65.49%
R=33.63%
G=0.88%
B=65.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal381740.490.9900.71270.4197.3314.71
Hex2614A316304710e61f
Octal46111261143010741614117
Binary1001101100101011000111000110100011110000111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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