Html Css Color HEX #180428 Blackcurrant

📋 copy color: '#180428'

red 24 ◦ green 4 ◦ blue 40

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

Shades of Blackcurrant #180428

Tints of Blackcurrant #180428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.88%

 BLUE value IS 40 (16.02% from 255) = 58.82%

R = 35.29%
G = 5.88%
B = 58.82%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#180428 (or 0x180428) is known color: Blackcurrant. HEX triplet: 18, 04 and 28. RGB value is (24,4,40). Sum of RGB (Red+Green+Blue) = 24+4+40=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 40 (16.02% from 255 or 58.82% from 68); Max value from RGB is 40 - color contains mainly: blue. Hex color #180428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180428 is #E7FBD7. Grayscale: #0D0D0D. Windows color (decimal): -15203288 or 2622488. OLE color: 2622488.

HSL color Cylindrical-coordinate representation of color #180428: hue angle of 273.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180428 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 4 40 -
CMYK 0.40 0.90 0 0.84
HSL 273.33º 0.82% 0.09% -
HSV(B) 273.33º 0.9% 0.16% -
XYZ 0.8 0.43 2.05 -
YUV 14.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 24 4 40 0.40 0.90 0 0.84 273.33 0.82 0.09
Hex 18 4 28 28 5A 0 54 111 52 9
Octal 30 4 50 50 132 0 124 421 122 11
Binary 11000 100 101000 101000 1011010 0 1010100 100010001 1010010 1001

Color Harmonies of #180428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180428

Black with #180428

Text Example


Text Example

White with #180428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180428; }

 p { color: rgb(24,4,40); }

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

background-color css

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

 a { background-color: rgb(24,4,40); }

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

border-color css

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

 span { border-color: rgb(24,4,40); }

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