#1B0037

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

Shades of Blackcurrant #1B0037

Tints of Blackcurrant #1B0037

Color information

#1B0037 (or 0x1B0037) is unknown color: approx Blackcurrant. HEX triplet: 1B, 00 and 37. RGB value is (27,0,55). Sum of RGB (Red+Green+Blue) = 27+0+55=82 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.93% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 55 (21.88% from 255 or 67.07% from 82); Max value from RGB is 55 - color contains mainly: blue. Hex color #1B0037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0037 is #E4FFC8. Grayscale: #0E0E0E. Windows color (decimal): -15007689 or 3604507. OLE color: 3604507.

HSL color Cylindrical-coordinate representation of color #1B0037: hue angle of 269.45º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0037 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB27055-
CMYK0.51100.78
HSL269.45º100%10.78%-
HSV(B)269.45º100%21.57%-
XYZ1.140.513.65-
YUV14.34150.95137.03-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 32.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 67.07%
R=32.93%
G=0%
B=67.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal270550.51100.78269.4510010.78
Hex1B037336404E10d64b
Octal3306763144011641514413
Binary11011011011111001111001000100111010000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,0,55); }

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

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

 a { background-color: rgb(27,0,55); }

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

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

 span { border-color: rgb(27,0,55); }

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