#1B0925

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

Shades of Blackcurrant #1B0925

Tints of Blackcurrant #1B0925

Color information

#1B0925 (or 0x1B0925) is unknown color: approx Blackcurrant. HEX triplet: 1B, 09 and 25. RGB value is (27,9,37). Sum of RGB (Red+Green+Blue) = 27+9+37=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #1B0925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0925 is #E4F6DA. Grayscale: #111111. Windows color (decimal): -15005403 or 2427163. OLE color: 2427163.

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

Color convert

RGB27937-
CMYK0.270.7600.85
HSL278.57º60.87%9.02%-
HSV(B)278.57º75.68%14.51%-
XYZ0.880.561.81-
YUV17.57138.96134.72-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.99%
GREEN value IS 9 (3.91% from 255) = 12.33%
BLUE value IS 37 (14.84% from 255) = 50.68%
R=36.99%
G=12.33%
B=50.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal279370.270.7600.85278.5760.879.02
Hex1B9251B4C0551173d9
Octal3311453311401254277511
Binary110111001100101110111001100010101011000101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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