#1B061E

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

Shades of Blackcurrant #1B061E

Tints of Blackcurrant #1B061E

Color information

#1B061E (or 0x1B061E) is unknown color: approx Blackcurrant. HEX triplet: 1B, 06 and 1E. RGB value is (27,6,30). Sum of RGB (Red+Green+Blue) = 27+6+30=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B061E is #E4F9E1. Grayscale: #0E0E0E. Windows color (decimal): -15006178 or 1967643. OLE color: 1967643.

HSL color Cylindrical-coordinate representation of color #1B061E: hue angle of 292.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B061E is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB27630-
CMYK0.100.8000.88
HSL292.5º66.67%7.06%-
HSV(B)292.5º80%11.76%-
XYZ0.750.461.28-
YUV15.02136.46136.55-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.86%
GREEN value IS 6 (2.73% from 255) = 9.52%
BLUE value IS 30 (12.11% from 255) = 47.62%
R=42.86%
G=9.52%
B=47.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal276300.100.8000.88292.566.677.06
Hex1B61EA50058124437
Octal336361212001304441037
Binary110111101111010101010000010110001001001001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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