Html Css Color HEX #120315 Blackcurrant

📋 copy color: '#120315'

red 18 ◦ green 3 ◦ blue 21

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

Shades of Blackcurrant #120315

Tints of Blackcurrant #120315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 50%

R = 42.86%
G = 7.14%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120315 (or 0x120315) is known color: Blackcurrant. HEX triplet: 12, 03 and 15. RGB value is (18,3,21). Sum of RGB (Red+Green+Blue) = 18+3+21=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 3 (1.56% from 255 or 7.14% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: blue. Hex color #120315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120315 is #EDFCEA. Grayscale: #090909. Windows color (decimal): -15596779 or 1377042. OLE color: 1377042.

HSL color Cylindrical-coordinate representation of color #120315: hue angle of 290º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #120315 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 3 21 -
CMYK 0.14 0.86 0 0.92
HSL 290º 0.75% 0.05% -
HSV(B) 290º 0.86% 0.08% -
XYZ 0.42 0.25 0.74 -
YUV 9.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 18 3 21 0.14 0.86 0 0.92 290 0.75 0.05
Hex 12 3 15 E 56 0 5C 122 4B 5
Octal 22 3 25 16 126 0 134 442 113 5
Binary 10010 11 10101 1110 1010110 0 1011100 100100010 1001011 101

Color Harmonies of #120315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120315

Black with #120315

Text Example


Text Example

White with #120315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120315; }

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

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

background-color css

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

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

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

border-color css

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

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

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