Html Css Color HEX #180921 Blackcurrant

📋 copy color: '#180921'

red 24 ◦ green 9 ◦ blue 33

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

Shades of Blackcurrant #180921

Tints of Blackcurrant #180921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.64%

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

R = 36.36%
G = 13.64%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#180921 (or 0x180921) is known color: Blackcurrant. HEX triplet: 18, 09 and 21. RGB value is (24,9,33). Sum of RGB (Red+Green+Blue) = 24+9+33=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 33 (13.28% from 255 or 50% from 66); Max value from RGB is 33 - color contains mainly: blue. Hex color #180921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180921 is #E7F6DE. Grayscale: #101010. Windows color (decimal): -15202015 or 2165016. OLE color: 2165016.

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

Color convert

RGB 24 9 33 -
CMYK 0.27 0.73 0 0.87
HSL 277.5º 0.57% 0.08% -
HSV(B) 277.5º 0.73% 0.13% -
XYZ 0.75 0.5 1.5 -
YUV 16.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 24 9 33 0.27 0.73 0 0.87 277.5 0.57 0.08
Hex 18 9 21 1B 49 0 57 116 39 8
Octal 30 11 41 33 111 0 127 426 71 10
Binary 11000 1001 100001 11011 1001001 0 1010111 100010110 111001 1000

Color Harmonies of #180921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180921

Black with #180921

Text Example


Text Example

White with #180921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180921; }

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

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

background-color css

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

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

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

border-color css

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

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

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