#1B1325

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

Shades of Blackcurrant #1B1325

Tints of Blackcurrant #1B1325

Color information

#1B1325 (or 0x1B1325) is unknown color: approx Blackcurrant. HEX triplet: 1B, 13 and 25. RGB value is (27,19,37). Sum of RGB (Red+Green+Blue) = 27+19+37=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: blue. Hex color #1B1325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1325 is #E4ECDA. Grayscale: #171717. Windows color (decimal): -15002843 or 2429723. OLE color: 2429723.

HSL color Cylindrical-coordinate representation of color #1B1325: hue angle of 266.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1B1325 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB271937-
CMYK0.270.4900.85
HSL266.67º32.14%10.98%-
HSV(B)266.67º48.65%14.51%-
XYZ1.020.831.86-
YUV23.44135.65130.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 32.53%
GREEN value IS 19 (7.81% from 255) = 22.89%
BLUE value IS 37 (14.84% from 255) = 44.58%
R=32.53%
G=22.89%
B=44.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2719370.270.4900.85266.6732.1410.98
Hex1B13251B3105510b20b
Octal332345336101254134013
Binary110111001110010111011110001010101011000010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,19,37); }

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

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

 a { background-color: rgb(27,19,37); }

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

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

 span { border-color: rgb(27,19,37); }

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