Html Css Color HEX #150521 Blackcurrant

📋 copy color: '#150521'

red 21 ◦ green 5 ◦ blue 33

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

Shades of Blackcurrant #150521

Tints of Blackcurrant #150521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.47%

 BLUE value IS 33 (13.28% from 255) = 55.93%

R = 35.59%
G = 8.47%
B = 55.93%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#150521 (or 0x150521) is known color: Blackcurrant. HEX triplet: 15, 05 and 21. RGB value is (21,5,33). Sum of RGB (Red+Green+Blue) = 21+5+33=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #150521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150521 is #EAFADE. Grayscale: #0C0C0C. Windows color (decimal): -15399647 or 2163989. OLE color: 2163989.

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

Color convert

RGB 21 5 33 -
CMYK 0.36 0.85 0 0.87
HSL 274.29º 0.74% 0.07% -
HSV(B) 274.29º 0.85% 0.13% -
XYZ 0.64 0.38 1.48 -
YUV 12.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 21 5 33 0.36 0.85 0 0.87 274.29 0.74 0.07
Hex 15 5 21 24 55 0 57 112 4A 7
Octal 25 5 41 44 125 0 127 422 112 7
Binary 10101 101 100001 100100 1010101 0 1010111 100010010 1001010 111

Color Harmonies of #150521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150521

Black with #150521

Text Example


Text Example

White with #150521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150521; }

 p { color: rgb(21,5,33); }

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

background-color css

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

 a { background-color: rgb(21,5,33); }

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

border-color css

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

 span { border-color: rgb(21,5,33); }

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