Html Css Color HEX #180521 Blackcurrant

📋 copy color: '#180521'

red 24 ◦ green 5 ◦ blue 33

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

Shades of Blackcurrant #180521

Tints of Blackcurrant #180521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.06%

 BLUE value IS 33 (13.28% from 255) = 53.23%

R = 38.71%
G = 8.06%
B = 53.23%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#180521 (or 0x180521) is known color: Blackcurrant. HEX triplet: 18, 05 and 21. RGB value is (24,5,33). Sum of RGB (Red+Green+Blue) = 24+5+33=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 33 (13.28% from 255 or 53.23% from 62); Max value from RGB is 33 - color contains mainly: blue. Hex color #180521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180521 is #E7FADE. Grayscale: #0D0D0D. Windows color (decimal): -15203039 or 2163992. OLE color: 2163992.

HSL color Cylindrical-coordinate representation of color #180521: hue angle of 280.71º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #180521 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 24 5 33 -
CMYK 0.27 0.85 0 0.87
HSL 280.71º 0.74% 0.07% -
HSV(B) 280.71º 0.85% 0.13% -
XYZ 0.71 0.41 1.48 -
YUV 13.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 24 5 33 0.27 0.85 0 0.87 280.71 0.74 0.07
Hex 18 5 21 1B 55 0 57 119 4A 7
Octal 30 5 41 33 125 0 127 431 112 7
Binary 11000 101 100001 11011 1010101 0 1010111 100011001 1001010 111

Color Harmonies of #180521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180521

Black with #180521

Text Example


Text Example

White with #180521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180521; }

 p { color: rgb(24,5,33); }

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

background-color css

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

 a { background-color: rgb(24,5,33); }

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

border-color css

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

 span { border-color: rgb(24,5,33); }

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