Html Css Color HEX #180130 Blackcurrant

📋 copy color: '#180130'

red 24 ◦ green 1 ◦ blue 48

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

Shades of Blackcurrant #180130

Tints of Blackcurrant #180130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.37%

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

R = 32.88%
G = 1.37%
B = 65.75%

CMYK

 C value IS 0.5

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#180130 (or 0x180130) is known color: Blackcurrant. HEX triplet: 18, 01 and 30. RGB value is (24,1,48). Sum of RGB (Red+Green+Blue) = 24+1+48=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 48 (19.14% from 255 or 65.75% from 73); Max value from RGB is 48 - color contains mainly: blue. Hex color #180130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180130 is #E7FECF. Grayscale: #0D0D0D. Windows color (decimal): -15204048 or 3146008. OLE color: 3146008.

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

Color convert

RGB 24 1 48 -
CMYK 0.5 0.98 0 0.81
HSL 269.36º 0.96% 0.1% -
HSV(B) 269.36º 0.98% 0.19% -
XYZ 0.92 0.43 2.83 -
YUV 13.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 24 1 48 0.5 0.98 0 0.81 269.36 0.96 0.1
Hex 18 1 30 32 62 0 51 10D 60 A
Octal 30 1 60 62 142 0 121 415 140 12
Binary 11000 1 110000 110010 1100010 0 1010001 100001101 1100000 1010

Color Harmonies of #180130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180130

Black with #180130

Text Example


Text Example

White with #180130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180130; }

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

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

background-color css

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

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

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

border-color css

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

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

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