Html Css Color HEX #180728 Blackcurrant

📋 copy color: '#180728'

red 24 ◦ green 7 ◦ blue 40

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

Shades of Blackcurrant #180728

Tints of Blackcurrant #180728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.86%

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

R = 33.8%
G = 9.86%
B = 56.34%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#180728 (or 0x180728) is known color: Blackcurrant. HEX triplet: 18, 07 and 28. RGB value is (24,7,40). Sum of RGB (Red+Green+Blue) = 24+7+40=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 7 (3.12% from 255 or 9.86% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #180728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180728 is #E7F8D7. Grayscale: #0F0F0F. Windows color (decimal): -15202520 or 2623256. OLE color: 2623256.

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

Color convert

RGB 24 7 40 -
CMYK 0.40 0.83 0 0.84
HSL 270.91º 0.7% 0.09% -
HSV(B) 270.91º 0.83% 0.16% -
XYZ 0.84 0.5 2.06 -
YUV 15.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 24 7 40 0.40 0.83 0 0.84 270.91 0.7 0.09
Hex 18 7 28 28 53 0 54 10F 46 9
Octal 30 7 50 50 123 0 124 417 106 11
Binary 11000 111 101000 101000 1010011 0 1010100 100001111 1000110 1001

Color Harmonies of #180728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180728

Black with #180728

Text Example


Text Example

White with #180728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180728; }

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

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

background-color css

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

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

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

border-color css

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

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

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