Html Css Color HEX #150120 Blackcurrant

📋 copy color: '#150120'

red 21 ◦ green 1 ◦ blue 32

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

Shades of Blackcurrant #150120

Tints of Blackcurrant #150120

RGB

 RED value IS 21 (8.59% from 255) = 38.89%

 GREEN value IS 1 (0.78% from 255) = 1.85%

 BLUE value IS 32 (12.89% from 255) = 59.26%

R = 38.89%
G = 1.85%
B = 59.26%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#150120 (or 0x150120) is known color: Blackcurrant. HEX triplet: 15, 01 and 20. RGB value is (21,1,32). Sum of RGB (Red+Green+Blue) = 21+1+32=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 32 (12.89% from 255 or 59.26% from 54); Max value from RGB is 32 - color contains mainly: blue. Hex color #150120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150120 is #EAFEDF. Grayscale: #0A0A0A. Windows color (decimal): -15400672 or 2097429. OLE color: 2097429.

HSL color Cylindrical-coordinate representation of color #150120: hue angle of 278.71º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150120 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 1 32 -
CMYK 0.34 0.97 0 0.87
HSL 278.71º 0.94% 0.06% -
HSV(B) 278.71º 0.97% 0.13% -
XYZ 0.58 0.29 1.39 -
YUV 10.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 21 1 32 0.34 0.97 0 0.87 278.71 0.94 0.06
Hex 15 1 20 22 61 0 57 117 5E 6
Octal 25 1 40 42 141 0 127 427 136 6
Binary 10101 1 100000 100010 1100001 0 1010111 100010111 1011110 110

Color Harmonies of #150120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150120

Black with #150120

Text Example


Text Example

White with #150120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150120; }

 p { color: rgb(21,1,32); }

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

background-color css

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

 a { background-color: rgb(21,1,32); }

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

border-color css

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

 span { border-color: rgb(21,1,32); }

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