#1B1225

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

Shades of Blackcurrant #1B1225

Tints of Blackcurrant #1B1225

Color information

#1B1225 (or 0x1B1225) is unknown color: approx Blackcurrant. HEX triplet: 1B, 12 and 25. RGB value is (27,18,37). Sum of RGB (Red+Green+Blue) = 27+18+37=82 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.93% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: blue. Hex color #1B1225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1225 is #E4EDDA. Grayscale: #161616. Windows color (decimal): -15003099 or 2429467. OLE color: 2429467.

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

Color convert

RGB271837-
CMYK0.270.5100.85
HSL268.42º34.55%10.78%-
HSV(B)268.42º51.35%14.51%-
XYZ10.81.85-
YUV22.86135.98130.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 32.93%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 37 (14.84% from 255) = 45.12%
R=32.93%
G=21.95%
B=45.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2718370.270.5100.85268.4234.5510.78
Hex1B12251B3305510c23b
Octal332245336301254144313
Binary110111001010010111011110011010101011000011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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