#180A2F

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

Shades of Blackcurrant #180A2F

Tints of Blackcurrant #180A2F

Color information

#180A2F (or 0x180A2F) is unknown color: approx Blackcurrant. HEX triplet: 18, 0A and 2F. RGB value is (24,10,47). Sum of RGB (Red+Green+Blue) = 24+10+47=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 10 (4.30% from 255 or 12.35% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #180A2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A2F is #E7F5D0. Grayscale: #121212. Windows color (decimal): -15201745 or 3082776. OLE color: 3082776.

HSL color Cylindrical-coordinate representation of color #180A2F: hue angle of 262.7º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180A2F is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB241047-
CMYK0.490.7900.82
HSL262.7º64.91%11.18%-
HSV(B)262.7º78.72%18.43%-
XYZ10.622.76-
YUV18.4144.14131.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.63%
GREEN value IS 10 (4.30% from 255) = 12.35%
BLUE value IS 47 (18.75% from 255) = 58.02%
R=29.63%
G=12.35%
B=58.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2410470.490.7900.82262.764.9111.18
Hex18A2F314F05210741b
Octal30125761117012240710113
Binary11000101010111111000110011110101001010000011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,10,47); }

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

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

 a { background-color: rgb(24,10,47); }

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

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

 span { border-color: rgb(24,10,47); }

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