Html Css Color HEX #180421 Blackcurrant

📋 copy color: '#180421'

red 24 ◦ green 4 ◦ blue 33

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

Shades of Blackcurrant #180421

Tints of Blackcurrant #180421

RGB

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

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

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

R = 39.34%
G = 6.56%
B = 54.1%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#180421 (or 0x180421) is known color: Blackcurrant. HEX triplet: 18, 04 and 21. RGB value is (24,4,33). Sum of RGB (Red+Green+Blue) = 24+4+33=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 33 (13.28% from 255 or 54.10% from 61); Max value from RGB is 33 - color contains mainly: blue. Hex color #180421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180421 is #E7FBDE. Grayscale: #0D0D0D. Windows color (decimal): -15203295 or 2163736. OLE color: 2163736.

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

Color convert

RGB 24 4 33 -
CMYK 0.27 0.88 0 0.87
HSL 281.38º 0.78% 0.07% -
HSV(B) 281.38º 0.88% 0.13% -
XYZ 0.69 0.39 1.48 -
YUV 13.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 24 4 33 0.27 0.88 0 0.87 281.38 0.78 0.07
Hex 18 4 21 1B 58 0 57 119 4E 7
Octal 30 4 41 33 130 0 127 431 116 7
Binary 11000 100 100001 11011 1011000 0 1010111 100011001 1001110 111

Color Harmonies of #180421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180421

Black with #180421

Text Example


Text Example

White with #180421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180421; }

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

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

background-color css

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

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

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

border-color css

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

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

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