#1B061F

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

Shades of Blackcurrant #1B061F

Tints of Blackcurrant #1B061F

Color information

#1B061F (or 0x1B061F) is unknown color: approx Blackcurrant. HEX triplet: 1B, 06 and 1F. RGB value is (27,6,31). Sum of RGB (Red+Green+Blue) = 27+6+31=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B061F is #E4F9E0. Grayscale: #0F0F0F. Windows color (decimal): -15006177 or 2033179. OLE color: 2033179.

HSL color Cylindrical-coordinate representation of color #1B061F: hue angle of 290.4º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B061F is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB27631-
CMYK0.130.8100.88
HSL290.4º67.57%7.25%-
HSV(B)290.4º80.65%12.16%-
XYZ0.760.461.35-
YUV15.13136.96136.47-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.19%
GREEN value IS 6 (2.73% from 255) = 9.38%
BLUE value IS 31 (12.5% from 255) = 48.44%
R=42.19%
G=9.38%
B=48.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal276310.130.8100.88290.467.577.25
Hex1B61FD51058122447
Octal336371512101304421047
Binary110111101111111011010001010110001001000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,6,31); }

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

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

 a { background-color: rgb(27,6,31); }

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

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

 span { border-color: rgb(27,6,31); }

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