Html Css Color HEX #120318 Blackcurrant

📋 copy color: '#120318'

red 18 ◦ green 3 ◦ blue 24

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

Shades of Blackcurrant #120318

Tints of Blackcurrant #120318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 53.33%

R = 40%
G = 6.67%
B = 53.33%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120318 (or 0x120318) is known color: Blackcurrant. HEX triplet: 12, 03 and 18. RGB value is (18,3,24). Sum of RGB (Red+Green+Blue) = 18+3+24=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #120318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120318 is #EDFCE7. Grayscale: #090909. Windows color (decimal): -15596776 or 1573650. OLE color: 1573650.

HSL color Cylindrical-coordinate representation of color #120318: hue angle of 282.86º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #120318 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 3 24 -
CMYK 0.25 0.88 0 0.91
HSL 282.86º 0.78% 0.05% -
HSV(B) 282.86º 0.88% 0.09% -
XYZ 0.45 0.26 0.89 -
YUV 9.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 18 3 24 0.25 0.88 0 0.91 282.86 0.78 0.05
Hex 12 3 18 19 58 0 5B 11B 4E 5
Octal 22 3 30 31 130 0 133 433 116 5
Binary 10010 11 11000 11001 1011000 0 1011011 100011011 1001110 101

Color Harmonies of #120318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120318

Black with #120318

Text Example


Text Example

White with #120318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120318; }

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

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

background-color css

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

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

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

border-color css

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

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

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