#180B2A

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

Shades of Blackcurrant #180B2A

Tints of Blackcurrant #180B2A

Color information

#180B2A (or 0x180B2A) is unknown color: approx Blackcurrant. HEX triplet: 18, 0B and 2A. RGB value is (24,11,42). Sum of RGB (Red+Green+Blue) = 24+11+42=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #180B2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B2A is #E7F4D5. Grayscale: #121212. Windows color (decimal): -15201494 or 2755352. OLE color: 2755352.

HSL color Cylindrical-coordinate representation of color #180B2A: hue angle of 265.16º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #180B2A is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB241142-
CMYK0.430.7400.84
HSL265.16º58.49%10.39%-
HSV(B)265.16º73.81%16.47%-
XYZ0.910.62.26-
YUV18.42141.31131.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 11 (4.69% from 255) = 14.29%
BLUE value IS 42 (16.80% from 255) = 54.55%
R=31.17%
G=14.29%
B=54.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2411420.430.7400.84265.1658.4910.39
Hex18B2A2B4A0541093aa
Octal3013525311201244117212
Binary1100010111010101010111001010010101001000010011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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