#1A062A

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

Shades of Blackcurrant #1A062A

Tints of Blackcurrant #1A062A

Color information

#1A062A (or 0x1A062A) is unknown color: approx Blackcurrant. HEX triplet: 1A, 06 and 2A. RGB value is (26,6,42). Sum of RGB (Red+Green+Blue) = 26+6+42=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 42 (16.80% from 255 or 56.76% from 74); Max value from RGB is 42 - color contains mainly: blue. Hex color #1A062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A062A is #E5F9D5. Grayscale: #0F0F0F. Windows color (decimal): -15071702 or 2754074. OLE color: 2754074.

HSL color Cylindrical-coordinate representation of color #1A062A: hue angle of 273.33º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A062A is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB26642-
CMYK0.380.8600.84
HSL273.33º75%9.41%-
HSV(B)273.33º85.71%16.47%-
XYZ0.910.522.24-
YUV16.08142.63135.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 35.14%
GREEN value IS 6 (2.73% from 255) = 8.11%
BLUE value IS 42 (16.80% from 255) = 56.76%
R=35.14%
G=8.11%
B=56.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal266420.380.8600.84273.33759.41
Hex1A62A26560541114b9
Octal3265246126012442111311
Binary1101011010101010011010101100101010010001000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,6,42); }

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

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

 a { background-color: rgb(26,6,42); }

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

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

 span { border-color: rgb(26,6,42); }

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