#1A032E

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

Shades of Blackcurrant #1A032E

Tints of Blackcurrant #1A032E

Color information

#1A032E (or 0x1A032E) is unknown color: approx Blackcurrant. HEX triplet: 1A, 03 and 2E. RGB value is (26,3,46). Sum of RGB (Red+Green+Blue) = 26+3+46=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 46 (18.36% from 255 or 61.33% from 75); Max value from RGB is 46 - color contains mainly: blue. Hex color #1A032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A032E is #E5FCD1. Grayscale: #0E0E0E. Windows color (decimal): -15072466 or 3015450. OLE color: 3015450.

HSL color Cylindrical-coordinate representation of color #1A032E: hue angle of 272.09º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A032E is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB26346-
CMYK0.430.9300.82
HSL272.09º87.76%9.61%-
HSV(B)272.09º93.48%18.04%-
XYZ0.950.482.63-
YUV14.78145.62136-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.67%
GREEN value IS 3 (1.56% from 255) = 4%
BLUE value IS 46 (18.36% from 255) = 61.33%
R=34.67%
G=4%
B=61.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal263460.430.9300.82272.0987.769.61
Hex1A32E2B5D05211058a
Octal3235653135012242013012
Binary110101110111010101110111010101001010001000010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,3,46); }

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

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

 a { background-color: rgb(26,3,46); }

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

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

 span { border-color: rgb(26,3,46); }

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