Html Css Color HEX #120821 Blackcurrant

📋 copy color: '#120821'

red 18 ◦ green 8 ◦ blue 33

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

Shades of Blackcurrant #120821

Tints of Blackcurrant #120821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 13.56%

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

R = 30.51%
G = 13.56%
B = 55.93%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#120821 (or 0x120821) is known color: Blackcurrant. HEX triplet: 12, 08 and 21. RGB value is (18,8,33). Sum of RGB (Red+Green+Blue) = 18+8+33=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #120821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120821 is #EDF7DE. Grayscale: #0D0D0D. Windows color (decimal): -15595487 or 2164754. OLE color: 2164754.

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

Color convert

RGB 18 8 33 -
CMYK 0.45 0.76 0 0.87
HSL 264º 0.61% 0.08% -
HSV(B) 264º 0.76% 0.13% -
XYZ 0.61 0.41 1.49 -
YUV 13.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 18 8 33 0.45 0.76 0 0.87 264 0.61 0.08
Hex 12 8 21 2D 4C 0 57 108 3D 8
Octal 22 10 41 55 114 0 127 410 75 10
Binary 10010 1000 100001 101101 1001100 0 1010111 100001000 111101 1000

Color Harmonies of #120821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120821

Black with #120821

Text Example


Text Example

White with #120821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120821; }

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

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

background-color css

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

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

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

border-color css

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

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

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