#26014B

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

Shades of Blackcurrant #26014B

Tints of Blackcurrant #26014B

Color information

#26014B (or 0x26014B) is unknown color: approx Blackcurrant. HEX triplet: 26, 01 and 4B. RGB value is (38,1,75). Sum of RGB (Red+Green+Blue) = 38+1+75=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 75 (29.69% from 255 or 65.79% from 114); Max value from RGB is 75 - color contains mainly: blue. Hex color #26014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26014B is #D9FEB4. Grayscale: #141414. Windows color (decimal): -14286517 or 4915494. OLE color: 4915494.

HSL color Cylindrical-coordinate representation of color #26014B: hue angle of 270º 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 #26014B is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB38175-
CMYK0.490.9900.71
HSL270º97.37%14.9%-
HSV(B)270º98.67%29.41%-
XYZ2.080.946.73-
YUV20.5158.76140.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 75 (29.69% from 255) = 65.79%
R=33.33%
G=0.88%
B=65.79%

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
Decimal381750.490.9900.7127097.3714.9
Hex2614B316304710e61f
Octal46111361143010741614117
Binary1001101100101111000111000110100011110000111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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