#1B053F

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

Shades of Blackcurrant #1B053F

Tints of Blackcurrant #1B053F

Color information

#1B053F (or 0x1B053F) is unknown color: approx Blackcurrant. HEX triplet: 1B, 05 and 3F. RGB value is (27,5,63). Sum of RGB (Red+Green+Blue) = 27+5+63=95 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.42% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 63 (25% from 255 or 66.32% from 95); Max value from RGB is 63 - color contains mainly: blue. Hex color #1B053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B053F is #E4FAC0. Grayscale: #111111. Windows color (decimal): -15006401 or 4130075. OLE color: 4130075.

HSL color Cylindrical-coordinate representation of color #1B053F: hue angle of 262.76º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B053F is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB27563-
CMYK0.570.9200.75
HSL262.76º85.29%13.33%-
HSV(B)262.76º92.06%24.71%-
XYZ1.40.74.76-
YUV18.19153.29134.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.42%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 63 (25% from 255) = 66.32%
R=28.42%
G=5.26%
B=66.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal275630.570.9200.75262.7685.2913.33
Hex1B53F395C04B10755d
Octal3357771134011340712515
Binary1101110111111111100110111000100101110000011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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