#1B0F24

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

Shades of Blackcurrant #1B0F24

Tints of Blackcurrant #1B0F24

Color information

#1B0F24 (or 0x1B0F24) is unknown color: approx Blackcurrant. HEX triplet: 1B, 0F and 24. RGB value is (27,15,36). Sum of RGB (Red+Green+Blue) = 27+15+36=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 36 - color contains mainly: blue. Hex color #1B0F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0F24 is #E4F0DB. Grayscale: #141414. Windows color (decimal): -15003868 or 2363163. OLE color: 2363163.

HSL color Cylindrical-coordinate representation of color #1B0F24: hue angle of 274.29º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B0F24 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB271536-
CMYK0.250.5800.86
HSL274.29º41.18%10%-
HSV(B)274.29º58.33%14.12%-
XYZ0.940.71.75-
YUV20.98136.48132.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.62%
GREEN value IS 15 (6.25% from 255) = 19.23%
BLUE value IS 36 (14.45% from 255) = 46.15%
R=34.62%
G=19.23%
B=46.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2715360.250.5800.86274.2941.1810
Hex1BF24193A05611229a
Octal331744317201264225112
Binary11011111110010011001111010010101101000100101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,15,36); }

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

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

 a { background-color: rgb(27,15,36); }

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

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

 span { border-color: rgb(27,15,36); }

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