Html Css Color HEX #150320 Blackcurrant

📋 copy color: '#150320'

red 21 ◦ green 3 ◦ blue 32

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

Shades of Blackcurrant #150320

Tints of Blackcurrant #150320

RGB

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

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

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

R = 37.5%
G = 5.36%
B = 57.14%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#150320 (or 0x150320) is known color: Blackcurrant. HEX triplet: 15, 03 and 20. RGB value is (21,3,32). Sum of RGB (Red+Green+Blue) = 21+3+32=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 32 (12.89% from 255 or 57.14% from 56); Max value from RGB is 32 - color contains mainly: blue. Hex color #150320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150320 is #EAFCDF. Grayscale: #0B0B0B. Windows color (decimal): -15400160 or 2097941. OLE color: 2097941.

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

Color convert

RGB 21 3 32 -
CMYK 0.34 0.91 0 0.87
HSL 277.24º 0.83% 0.07% -
HSV(B) 277.24º 0.91% 0.13% -
XYZ 0.6 0.33 1.4 -
YUV 11.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 21 3 32 0.34 0.91 0 0.87 277.24 0.83 0.07
Hex 15 3 20 22 5B 0 57 115 53 7
Octal 25 3 40 42 133 0 127 425 123 7
Binary 10101 11 100000 100010 1011011 0 1010111 100010101 1010011 111

Color Harmonies of #150320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150320

Black with #150320

Text Example


Text Example

White with #150320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150320; }

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

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

background-color css

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

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

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

border-color css

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

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

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