#1B013F

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

Shades of Blackcurrant #1B013F

Tints of Blackcurrant #1B013F

Color information

#1B013F (or 0x1B013F) is unknown color: approx Blackcurrant. HEX triplet: 1B, 01 and 3F. RGB value is (27,1,63). Sum of RGB (Red+Green+Blue) = 27+1+63=91 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.67% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 63 (25% from 255 or 69.23% from 91); Max value from RGB is 63 - color contains mainly: blue. Hex color #1B013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B013F is #E4FEC0. Grayscale: #0F0F0F. Windows color (decimal): -15007425 or 4129051. OLE color: 4129051.

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

Color convert

RGB27163-
CMYK0.570.9800.75
HSL265.16º96.88%12.55%-
HSV(B)265.16º98.41%24.71%-
XYZ1.360.614.75-
YUV15.84154.61135.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 29.67%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 63 (25% from 255) = 69.23%
R=29.67%
G=1.10%
B=69.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal271630.570.9800.75265.1696.8812.55
Hex1B13F396204B10961d
Octal3317771142011341114115
Binary11011111111111100111000100100101110000100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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