Html Css Color HEX #180030 Blackcurrant

📋 copy color: '#180030'

red 24 ◦ green 0 ◦ blue 48

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

Shades of Blackcurrant #180030

Tints of Blackcurrant #180030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.5

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#180030 (or 0x180030) is known color: Blackcurrant. HEX triplet: 18, 00 and 30. RGB value is (24,0,48). Sum of RGB (Red+Green+Blue) = 24+0+48=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #180030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180030 is #E7FFCF. Grayscale: #0C0C0C. Windows color (decimal): -15204304 or 3145752. OLE color: 3145752.

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

Color convert

RGB 24 0 48 -
CMYK 0.5 1 0 0.81
HSL 270º 1% 0.09% -
HSV(B) 270º 1% 0.19% -
XYZ 0.91 0.41 2.83 -
YUV 12.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 24 0 48 0.5 1 0 0.81 270 1 0.09
Hex 18 0 30 32 64 0 51 10E 64 9
Octal 30 0 60 62 144 0 121 416 144 11
Binary 11000 0 110000 110010 1100100 0 1010001 100001110 1100100 1001

Color Harmonies of #180030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180030

Black with #180030

Text Example


Text Example

White with #180030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180030; }

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

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

background-color css

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

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

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

border-color css

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

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

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