#1B0325

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

Shades of Blackcurrant #1B0325

Tints of Blackcurrant #1B0325

Color information

#1B0325 (or 0x1B0325) is unknown color: approx Blackcurrant. HEX triplet: 1B, 03 and 25. RGB value is (27,3,37). Sum of RGB (Red+Green+Blue) = 27+3+37=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 37 (14.84% from 255 or 55.22% from 67); Max value from RGB is 37 - color contains mainly: blue. Hex color #1B0325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0325 is #E4FCDA. Grayscale: #0D0D0D. Windows color (decimal): -15006939 or 2425627. OLE color: 2425627.

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

Color convert

RGB27337-
CMYK0.270.9200.85
HSL282.35º85%7.84%-
HSV(B)282.35º91.89%14.51%-
XYZ0.820.431.79-
YUV14.05140.95137.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 40.30%
GREEN value IS 3 (1.56% from 255) = 4.48%
BLUE value IS 37 (14.84% from 255) = 55.22%
R=40.30%
G=4.48%
B=55.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal273370.270.9200.85282.35857.84
Hex1B3251B5C05511a558
Octal3334533134012543212510
Binary11011111001011101110111000101010110001101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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