#1B0D25

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

Shades of Blackcurrant #1B0D25

Tints of Blackcurrant #1B0D25

Color information

#1B0D25 (or 0x1B0D25) is unknown color: approx Blackcurrant. HEX triplet: 1B, 0D and 25. RGB value is (27,13,37). Sum of RGB (Red+Green+Blue) = 27+13+37=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #1B0D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0D25 is #E4F2DA. Grayscale: #131313. Windows color (decimal): -15004379 or 2428187. OLE color: 2428187.

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

Color convert

RGB271337-
CMYK0.270.6500.85
HSL275º48%9.8%-
HSV(B)275º64.86%14.51%-
XYZ0.930.651.83-
YUV19.92137.64133.05-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.06%
GREEN value IS 13 (5.47% from 255) = 16.88%
BLUE value IS 37 (14.84% from 255) = 48.05%
R=35.06%
G=16.88%
B=48.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2713370.270.6500.85275489.8
Hex1BD251B4105511330a
Octal3315453310101254236012
Binary110111101100101110111000001010101011000100111100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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