#1B0825

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

Shades of Blackcurrant #1B0825

Tints of Blackcurrant #1B0825

Color information

#1B0825 (or 0x1B0825) is unknown color: approx Blackcurrant. HEX triplet: 1B, 08 and 25. RGB value is (27,8,37). Sum of RGB (Red+Green+Blue) = 27+8+37=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #1B0825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0825 is #E4F7DA. Grayscale: #101010. Windows color (decimal): -15005659 or 2426907. OLE color: 2426907.

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

Color convert

RGB27837-
CMYK0.270.7800.85
HSL279.31º64.44%8.82%-
HSV(B)279.31º78.38%14.51%-
XYZ0.870.541.81-
YUV16.99139.29135.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 37.5%
GREEN value IS 8 (3.52% from 255) = 11.11%
BLUE value IS 37 (14.84% from 255) = 51.39%
R=37.5%
G=11.11%
B=51.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal278370.270.7800.85279.3164.448.82
Hex1B8251B4E055117409
Octal33104533116012542710011
Binary1101110001001011101110011100101010110001011110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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