#180B28

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

Shades of Blackcurrant #180B28

Tints of Blackcurrant #180B28

Color information

#180B28 (or 0x180B28) is unknown color: approx Blackcurrant. HEX triplet: 18, 0B and 28. RGB value is (24,11,40). Sum of RGB (Red+Green+Blue) = 24+11+40=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #180B28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B28 is #E7F4D7. Grayscale: #121212. Windows color (decimal): -15201496 or 2624280. OLE color: 2624280.

HSL color Cylindrical-coordinate representation of color #180B28: hue angle of 266.9º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #180B28 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB241140-
CMYK0.400.7200.84
HSL266.9º56.86%10%-
HSV(B)266.9º72.5%15.69%-
XYZ0.880.592.07-
YUV18.19140.31132.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32%
GREEN value IS 11 (4.69% from 255) = 14.67%
BLUE value IS 40 (16.02% from 255) = 53.33%
R=32%
G=14.67%
B=53.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2411400.400.7200.84266.956.8610
Hex18B28284805410b39a
Octal3013505011001244137112
Binary1100010111010001010001001000010101001000010111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180B28; }

 p { color: rgb(24,11,40); }

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

<style>
 a { background-color: #180B28; }

 a { background-color: rgb(24,11,40); }

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

<style>
 span { border-color: #180B28; }

 span { border-color: rgb(24,11,40); }

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