#1B052E

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

Shades of Blackcurrant #1B052E

Tints of Blackcurrant #1B052E

Color information

#1B052E (or 0x1B052E) is unknown color: approx Blackcurrant. HEX triplet: 1B, 05 and 2E. RGB value is (27,5,46). Sum of RGB (Red+Green+Blue) = 27+5+46=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 46 (18.36% from 255 or 58.97% from 78); Max value from RGB is 46 - color contains mainly: blue. Hex color #1B052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B052E is #E4FAD1. Grayscale: #101010. Windows color (decimal): -15006418 or 3015963. OLE color: 3015963.

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

Color convert

RGB27546-
CMYK0.410.8900.82
HSL272.2º80.39%10%-
HSV(B)272.2º89.13%18.04%-
XYZ10.542.64-
YUV16.25144.79135.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.62%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 46 (18.36% from 255) = 58.97%
R=34.62%
G=6.41%
B=58.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal275460.410.8900.82272.280.3910
Hex1B52E295905211050a
Octal3355651131012242012012
Binary1101110110111010100110110010101001010001000010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,5,46); }

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

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

 a { background-color: rgb(27,5,46); }

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

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

 span { border-color: rgb(27,5,46); }

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