#1B013C

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

Shades of Blackcurrant #1B013C

Tints of Blackcurrant #1B013C

Color information

#1B013C (or 0x1B013C) is unknown color: approx Blackcurrant. HEX triplet: 1B, 01 and 3C. RGB value is (27,1,60). Sum of RGB (Red+Green+Blue) = 27+1+60=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 60 (23.83% from 255 or 68.18% from 88); Max value from RGB is 60 - color contains mainly: blue. Hex color #1B013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B013C is #E4FEC3. Grayscale: #0F0F0F. Windows color (decimal): -15007428 or 3932443. OLE color: 3932443.

HSL color Cylindrical-coordinate representation of color #1B013C: hue angle of 266.44º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B013C is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB27160-
CMYK0.550.9800.76
HSL266.44º96.72%11.96%-
HSV(B)266.44º98.33%23.53%-
XYZ1.280.584.32-
YUV15.5153.11136.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.68%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 60 (23.83% from 255) = 68.18%
R=30.68%
G=1.14%
B=68.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal271600.550.9800.76266.4496.7211.96
Hex1B13C376204C10a61c
Octal3317467142011441214114
Binary11011111110011011111000100100110010000101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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