Html Css Color HEX #150524 Blackcurrant

📋 copy color: '#150524'

red 21 ◦ green 5 ◦ blue 36

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

Shades of Blackcurrant #150524

Tints of Blackcurrant #150524

RGB

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

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

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

R = 33.87%
G = 8.06%
B = 58.06%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#150524 (or 0x150524) is known color: Blackcurrant. HEX triplet: 15, 05 and 24. RGB value is (21,5,36). Sum of RGB (Red+Green+Blue) = 21+5+36=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 36 (14.45% from 255 or 58.06% from 62); Max value from RGB is 36 - color contains mainly: blue. Hex color #150524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150524 is #EAFADB. Grayscale: #0D0D0D. Windows color (decimal): -15399644 or 2360597. OLE color: 2360597.

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

Color convert

RGB 21 5 36 -
CMYK 0.42 0.86 0 0.86
HSL 270.97º 0.76% 0.08% -
HSV(B) 270.97º 0.86% 0.14% -
XYZ 0.68 0.4 1.71 -
YUV 13.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 21 5 36 0.42 0.86 0 0.86 270.97 0.76 0.08
Hex 15 5 24 2A 56 0 56 10F 4C 8
Octal 25 5 44 52 126 0 126 417 114 10
Binary 10101 101 100100 101010 1010110 0 1010110 100001111 1001100 1000

Color Harmonies of #150524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150524

Black with #150524

Text Example


Text Example

White with #150524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150524; }

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

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

background-color css

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

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

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

border-color css

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

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

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