Html Css Color HEX #150421 Blackcurrant

📋 copy color: '#150421'

red 21 ◦ green 4 ◦ blue 33

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

Shades of Blackcurrant #150421

Tints of Blackcurrant #150421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.9%

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

R = 36.21%
G = 6.9%
B = 56.9%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#150421 (or 0x150421) is known color: Blackcurrant. HEX triplet: 15, 04 and 21. RGB value is (21,4,33). Sum of RGB (Red+Green+Blue) = 21+4+33=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 33 (13.28% from 255 or 56.90% from 58); Max value from RGB is 33 - color contains mainly: blue. Hex color #150421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150421 is #EAFBDE. Grayscale: #0C0C0C. Windows color (decimal): -15399903 or 2163733. OLE color: 2163733.

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

Color convert

RGB 21 4 33 -
CMYK 0.36 0.88 0 0.87
HSL 275.17º 0.78% 0.07% -
HSV(B) 275.17º 0.88% 0.13% -
XYZ 0.63 0.36 1.47 -
YUV 12.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 21 4 33 0.36 0.88 0 0.87 275.17 0.78 0.07
Hex 15 4 21 24 58 0 57 113 4E 7
Octal 25 4 41 44 130 0 127 423 116 7
Binary 10101 100 100001 100100 1011000 0 1010111 100010011 1001110 111

Color Harmonies of #150421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150421

Black with #150421

Text Example


Text Example

White with #150421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150421; }

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

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

background-color css

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

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

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

border-color css

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

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

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