Html Css Color HEX #120921 Blackcurrant

📋 copy color: '#120921'

red 18 ◦ green 9 ◦ blue 33

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

Shades of Blackcurrant #120921

Tints of Blackcurrant #120921

RGB

 RED value IS 18 (7.42% from 255) = 30%

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

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

R = 30%
G = 15%
B = 55%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#120921 (or 0x120921) is known color: Blackcurrant. HEX triplet: 12, 09 and 21. RGB value is (18,9,33). Sum of RGB (Red+Green+Blue) = 18+9+33=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #120921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120921 is #EDF6DE. Grayscale: #0E0E0E. Windows color (decimal): -15595231 or 2165010. OLE color: 2165010.

HSL color Cylindrical-coordinate representation of color #120921: hue angle of 262.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 #120921 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 9 33 -
CMYK 0.45 0.73 0 0.87
HSL 262.5º 0.57% 0.08% -
HSV(B) 262.5º 0.73% 0.13% -
XYZ 0.62 0.43 1.49 -
YUV 14.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 18 9 33 0.45 0.73 0 0.87 262.5 0.57 0.08
Hex 12 9 21 2D 49 0 57 106 39 8
Octal 22 11 41 55 111 0 127 406 71 10
Binary 10010 1001 100001 101101 1001001 0 1010111 100000110 111001 1000

Color Harmonies of #120921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120921

Black with #120921

Text Example


Text Example

White with #120921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120921; }

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

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

background-color css

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

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

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

border-color css

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

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

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