#1A082F

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

Shades of Blackcurrant #1A082F

Tints of Blackcurrant #1A082F

Color information

#1A082F (or 0x1A082F) is unknown color: approx Blackcurrant. HEX triplet: 1A, 08 and 2F. RGB value is (26,8,47). Sum of RGB (Red+Green+Blue) = 26+8+47=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #1A082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A082F is #E5F7D0. Grayscale: #111111. Windows color (decimal): -15071185 or 3082266. OLE color: 3082266.

HSL color Cylindrical-coordinate representation of color #1A082F: hue angle of 267.69º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A082F is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB26847-
CMYK0.450.8300.82
HSL267.69º70.91%10.78%-
HSV(B)267.69º82.98%18.43%-
XYZ1.030.62.75-
YUV17.83144.46133.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.10%
GREEN value IS 8 (3.52% from 255) = 9.88%
BLUE value IS 47 (18.75% from 255) = 58.02%
R=32.10%
G=9.88%
B=58.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal268470.450.8300.82267.6970.9110.78
Hex1A82F2D5305210c47b
Octal32105755123012241410713
Binary11010100010111110110110100110101001010000110010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A082F; }

 p { color: rgb(26,8,47); }

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

<style>
 a { background-color: #1A082F; }

 a { background-color: rgb(26,8,47); }

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

<style>
 span { border-color: #1A082F; }

 span { border-color: rgb(26,8,47); }

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