#1B0D24

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

Shades of Blackcurrant #1B0D24

Tints of Blackcurrant #1B0D24

Color information

#1B0D24 (or 0x1B0D24) is unknown color: approx Blackcurrant. HEX triplet: 1B, 0D and 24. RGB value is (27,13,36). Sum of RGB (Red+Green+Blue) = 27+13+36=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 36 (14.45% from 255 or 47.37% from 76); Max value from RGB is 36 - color contains mainly: blue. Hex color #1B0D24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0D24 is #E4F2DB. Grayscale: #131313. Windows color (decimal): -15004380 or 2362651. OLE color: 2362651.

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

Color convert

RGB271336-
CMYK0.250.6400.86
HSL276.52º46.94%9.61%-
HSV(B)276.52º63.89%14.12%-
XYZ0.910.651.75-
YUV19.81137.14133.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.53%
GREEN value IS 13 (5.47% from 255) = 17.11%
BLUE value IS 36 (14.45% from 255) = 47.37%
R=35.53%
G=17.11%
B=47.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2713360.250.6400.86276.5246.949.61
Hex1BD2419400561152fa
Octal3315443110001264255712
Binary110111101100100110011000000010101101000101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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