Html Css Color HEX #120319 Blackcurrant

📋 copy color: '#120319'

red 18 ◦ green 3 ◦ blue 25

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

Shades of Blackcurrant #120319

Tints of Blackcurrant #120319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.52%

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

R = 39.13%
G = 6.52%
B = 54.35%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#120319 (or 0x120319) is known color: Blackcurrant. HEX triplet: 12, 03 and 19. RGB value is (18,3,25). Sum of RGB (Red+Green+Blue) = 18+3+25=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #120319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120319 is #EDFCE6. Grayscale: #090909. Windows color (decimal): -15596775 or 1639186. OLE color: 1639186.

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

Color convert

RGB 18 3 25 -
CMYK 0.28 0.88 0 0.90
HSL 280.91º 0.79% 0.05% -
HSV(B) 280.91º 0.88% 0.1% -
XYZ 0.46 0.26 0.95 -
YUV 9.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 18 3 25 0.28 0.88 0 0.90 280.91 0.79 0.05
Hex 12 3 19 1C 58 0 5A 119 4F 5
Octal 22 3 31 34 130 0 132 431 117 5
Binary 10010 11 11001 11100 1011000 0 1011010 100011001 1001111 101

Color Harmonies of #120319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120319

Black with #120319

Text Example


Text Example

White with #120319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120319; }

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

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

background-color css

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

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

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

border-color css

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

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

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