#1A072E

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

Shades of Blackcurrant #1A072E

Tints of Blackcurrant #1A072E

Color information

#1A072E (or 0x1A072E) is unknown color: approx Blackcurrant. HEX triplet: 1A, 07 and 2E. RGB value is (26,7,46). Sum of RGB (Red+Green+Blue) = 26+7+46=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 46 (18.36% from 255 or 58.23% from 79); Max value from RGB is 46 - color contains mainly: blue. Hex color #1A072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A072E is #E5F8D1. Grayscale: #101010. Windows color (decimal): -15071442 or 3016474. OLE color: 3016474.

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

Color convert

RGB26746-
CMYK0.430.8500.82
HSL269.23º73.58%10.39%-
HSV(B)269.23º84.78%18.04%-
XYZ10.572.64-
YUV17.13144.29134.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.91%
GREEN value IS 7 (3.12% from 255) = 8.86%
BLUE value IS 46 (18.36% from 255) = 58.23%
R=32.91%
G=8.86%
B=58.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal267460.430.8500.82269.2373.5810.39
Hex1A72E2B5505210d4aa
Octal3275653125012241511212
Binary1101011110111010101110101010101001010000110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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