Html Css Color HEX #120919 Blackcurrant

📋 copy color: '#120919'

red 18 ◦ green 9 ◦ blue 25

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

Shades of Blackcurrant #120919

Tints of Blackcurrant #120919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 48.08%

R = 34.62%
G = 17.31%
B = 48.08%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#120919 (or 0x120919) is known color: Blackcurrant. HEX triplet: 12, 09 and 19. RGB value is (18,9,25). Sum of RGB (Red+Green+Blue) = 18+9+25=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: blue. Hex color #120919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120919 is #EDF6E6. Grayscale: #0D0D0D. Windows color (decimal): -15595239 or 1640722. OLE color: 1640722.

HSL color Cylindrical-coordinate representation of color #120919: hue angle of 273.75º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #120919 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 9 25 -
CMYK 0.28 0.64 0 0.90
HSL 273.75º 0.47% 0.07% -
HSV(B) 273.75º 0.64% 0.1% -
XYZ 0.52 0.39 0.97 -
YUV 13.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 18 9 25 0.28 0.64 0 0.90 273.75 0.47 0.07
Hex 12 9 19 1C 40 0 5A 112 2F 7
Octal 22 11 31 34 100 0 132 422 57 7
Binary 10010 1001 11001 11100 1000000 0 1011010 100010010 101111 111

Color Harmonies of #120919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120919

Black with #120919

Text Example


Text Example

White with #120919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120919; }

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

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

background-color css

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

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

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

border-color css

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

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

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