Html Css Color HEX #120023 Blackcurrant

📋 copy color: '#120023'

red 18 ◦ green 0 ◦ blue 35

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

Shades of Blackcurrant #120023

Tints of Blackcurrant #120023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 66.04%

R = 33.96%
G = 0%
B = 66.04%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#120023 (or 0x120023) is known color: Blackcurrant. HEX triplet: 12, 00 and 23. RGB value is (18,0,35). Sum of RGB (Red+Green+Blue) = 18+0+35=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 35 (14.06% from 255 or 66.04% from 53); Max value from RGB is 35 - color contains mainly: blue. Hex color #120023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120023 is #EDFFDC. Grayscale: #090909. Windows color (decimal): -15597533 or 2293778. OLE color: 2293778.

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

Color convert

RGB 18 0 35 -
CMYK 0.49 1 0 0.86
HSL 270.86º 1% 0.07% -
HSV(B) 270.86º 1% 0.14% -
XYZ 0.55 0.25 1.61 -
YUV 9.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 18 0 35 0.49 1 0 0.86 270.86 1 0.07
Hex 12 0 23 31 64 0 56 10F 64 7
Octal 22 0 43 61 144 0 126 417 144 7
Binary 10010 0 100011 110001 1100100 0 1010110 100001111 1100100 111

Color Harmonies of #120023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120023

Black with #120023

Text Example


Text Example

White with #120023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120023; }

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

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

background-color css

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

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

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

border-color css

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

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

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