Html Css Color HEX #120022 Blackcurrant

📋 copy color: '#120022'

red 18 ◦ green 0 ◦ blue 34

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

Shades of Blackcurrant #120022

Tints of Blackcurrant #120022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.62%
G = 0%
B = 65.38%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#120022 (or 0x120022) is known color: Blackcurrant. HEX triplet: 12, 00 and 22. RGB value is (18,0,34). Sum of RGB (Red+Green+Blue) = 18+0+34=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 34 (13.67% from 255 or 65.38% from 52); Max value from RGB is 34 - color contains mainly: blue. Hex color #120022 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120022 is #EDFFDD. Grayscale: #090909. Windows color (decimal): -15597534 or 2228242. OLE color: 2228242.

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

Color convert

RGB 18 0 34 -
CMYK 0.47 1 0 0.87
HSL 271.76º 1% 0.07% -
HSV(B) 271.76º 1% 0.13% -
XYZ 0.54 0.24 1.53 -
YUV 9.26 141.96 134.24 -
System Red Green Blue C M Y K H S L
Decimal 18 0 34 0.47 1 0 0.87 271.76 1 0.07
Hex 12 0 22 2F 64 0 57 110 64 7
Octal 22 0 42 57 144 0 127 420 144 7
Binary 10010 0 100010 101111 1100100 0 1010111 100010000 1100100 111

Color Harmonies of #120022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120022

Black with #120022

Text Example


Text Example

White with #120022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120022; }

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

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

background-color css

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

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

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

border-color css

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

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

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