Html Css Color HEX #180A30 Blackcurrant

📋 copy color: '#180A30'

red 24 ◦ green 10 ◦ blue 48

#180A30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #180A30

Tints of Blackcurrant #180A30

RGB

 RED value IS 24 (9.77% from 255) = 29.27%

 GREEN value IS 10 (4.3% from 255) = 12.2%

 BLUE value IS 48 (19.14% from 255) = 58.54%

R = 29.27%
G = 12.2%
B = 58.54%

CMYK

 C value IS 0.5

 M value IS 0.79

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#180A30 (or 0x180A30) is known color: Blackcurrant. HEX triplet: 18, 0A and 30. RGB value is (24,10,48). Sum of RGB (Red+Green+Blue) = 24+10+48=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #180A30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A30 is #E7F5CF. Grayscale: #121212. Windows color (decimal): -15201744 or 3148312. OLE color: 3148312.

HSL color Cylindrical-coordinate representation of color #180A30: hue angle of 262.11º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180A30 is Cyan = 0.5, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 24 10 48 -
CMYK 0.5 0.79 0 0.81
HSL 262.11º 0.66% 0.11% -
HSV(B) 262.11º 0.79% 0.19% -
XYZ 1.02 0.62 2.86 -
YUV 18.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 24 10 48 0.5 0.79 0 0.81 262.11 0.66 0.11
Hex 18 A 30 32 4F 0 51 106 42 B
Octal 30 12 60 62 117 0 121 406 102 13
Binary 11000 1010 110000 110010 1001111 0 1010001 100000110 1000010 1011

Color Harmonies of #180A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180A30

Black with #180A30

Text Example


Text Example

White with #180A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #180A30;
 }
 .AnyTagClassName
 {
   color: #180A30;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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