Html Css Color HEX #120922 Blackcurrant

📋 copy color: '#120922'

red 18 ◦ green 9 ◦ blue 34

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

Shades of Blackcurrant #120922

Tints of Blackcurrant #120922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 55.74%

R = 29.51%
G = 14.75%
B = 55.74%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#120922 (or 0x120922) is known color: Blackcurrant. HEX triplet: 12, 09 and 22. RGB value is (18,9,34). Sum of RGB (Red+Green+Blue) = 18+9+34=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 34 (13.67% from 255 or 55.74% from 61); Max value from RGB is 34 - color contains mainly: blue. Hex color #120922 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120922 is #EDF6DD. Grayscale: #0E0E0E. Windows color (decimal): -15595230 or 2230546. OLE color: 2230546.

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

Color convert

RGB 18 9 34 -
CMYK 0.47 0.74 0 0.87
HSL 261.6º 0.58% 0.08% -
HSV(B) 261.6º 0.74% 0.13% -
XYZ 0.64 0.44 1.56 -
YUV 14.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 18 9 34 0.47 0.74 0 0.87 261.6 0.58 0.08
Hex 12 9 22 2F 4A 0 57 106 3A 8
Octal 22 11 42 57 112 0 127 406 72 10
Binary 10010 1001 100010 101111 1001010 0 1010111 100000110 111010 1000

Color Harmonies of #120922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120922

Black with #120922

Text Example


Text Example

White with #120922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120922; }

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

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

background-color css

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

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

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

border-color css

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

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

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