Html Css Color HEX #150424 Blackcurrant

📋 copy color: '#150424'

red 21 ◦ green 4 ◦ blue 36

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

Shades of Blackcurrant #150424

Tints of Blackcurrant #150424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 59.02%

R = 34.43%
G = 6.56%
B = 59.02%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#150424 (or 0x150424) is known color: Blackcurrant. HEX triplet: 15, 04 and 24. RGB value is (21,4,36). Sum of RGB (Red+Green+Blue) = 21+4+36=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 36 (14.45% from 255 or 59.02% from 61); Max value from RGB is 36 - color contains mainly: blue. Hex color #150424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150424 is #EAFBDB. Grayscale: #0C0C0C. Windows color (decimal): -15399900 or 2360341. OLE color: 2360341.

HSL color Cylindrical-coordinate representation of color #150424: hue angle of 271.88º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150424 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 21 4 36 -
CMYK 0.42 0.89 0 0.86
HSL 271.88º 0.8% 0.08% -
HSV(B) 271.88º 0.89% 0.14% -
XYZ 0.67 0.37 1.71 -
YUV 12.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 21 4 36 0.42 0.89 0 0.86 271.88 0.8 0.08
Hex 15 4 24 2A 59 0 56 110 50 8
Octal 25 4 44 52 131 0 126 420 120 10
Binary 10101 100 100100 101010 1011001 0 1010110 100010000 1010000 1000

Color Harmonies of #150424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150424

Black with #150424

Text Example


Text Example

White with #150424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150424; }

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

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

background-color css

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

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

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

border-color css

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

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

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