Html Css Color HEX #150529 Blackcurrant

📋 copy color: '#150529'

red 21 ◦ green 5 ◦ blue 41

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

Shades of Blackcurrant #150529

Tints of Blackcurrant #150529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 61.19%

R = 31.34%
G = 7.46%
B = 61.19%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#150529 (or 0x150529) is known color: Blackcurrant. HEX triplet: 15, 05 and 29. RGB value is (21,5,41). Sum of RGB (Red+Green+Blue) = 21+5+41=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 41 (16.41% from 255 or 61.19% from 67); Max value from RGB is 41 - color contains mainly: blue. Hex color #150529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150529 is #EAFAD6. Grayscale: #0D0D0D. Windows color (decimal): -15399639 or 2688277. OLE color: 2688277.

HSL color Cylindrical-coordinate representation of color #150529: hue angle of 266.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150529 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 5 41 -
CMYK 0.49 0.88 0 0.84
HSL 266.67º 0.78% 0.09% -
HSV(B) 266.67º 0.88% 0.16% -
XYZ 0.76 0.43 2.14 -
YUV 13.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 21 5 41 0.49 0.88 0 0.84 266.67 0.78 0.09
Hex 15 5 29 31 58 0 54 10B 4E 9
Octal 25 5 51 61 130 0 124 413 116 11
Binary 10101 101 101001 110001 1011000 0 1010100 100001011 1001110 1001

Color Harmonies of #150529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150529

Black with #150529

Text Example


Text Example

White with #150529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150529; }

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

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

background-color css

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

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

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

border-color css

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

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

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