#1A0335

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

Shades of Blackcurrant #1A0335

Tints of Blackcurrant #1A0335

Color information

#1A0335 (or 0x1A0335) is unknown color: approx Blackcurrant. HEX triplet: 1A, 03 and 35. RGB value is (26,3,53). Sum of RGB (Red+Green+Blue) = 26+3+53=82 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.71% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 53 (21.09% from 255 or 64.63% from 82); Max value from RGB is 53 - color contains mainly: blue. Hex color #1A0335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0335 is #E5FCCA. Grayscale: #0F0F0F. Windows color (decimal): -15072459 or 3474202. OLE color: 3474202.

HSL color Cylindrical-coordinate representation of color #1A0335: hue angle of 267.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0335 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB26353-
CMYK0.510.9400.79
HSL267.6º89.29%10.98%-
HSV(B)267.6º94.34%20.78%-
XYZ1.10.543.41-
YUV15.58149.12135.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 31.71%
GREEN value IS 3 (1.56% from 255) = 3.66%
BLUE value IS 53 (21.09% from 255) = 64.63%
R=31.71%
G=3.66%
B=64.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal263530.510.9400.79267.689.2910.98
Hex1A335335E04F10c59b
Octal3236563136011741413113
Binary110101111010111001110111100100111110000110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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