Html Css Color HEX #150329 Blackcurrant

📋 copy color: '#150329'

red 21 ◦ green 3 ◦ blue 41

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

Shades of Blackcurrant #150329

Tints of Blackcurrant #150329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.62%

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

R = 32.31%
G = 4.62%
B = 63.08%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#150329 (or 0x150329) is known color: Blackcurrant. HEX triplet: 15, 03 and 29. RGB value is (21,3,41). Sum of RGB (Red+Green+Blue) = 21+3+41=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 41 (16.41% from 255 or 63.08% from 65); Max value from RGB is 41 - color contains mainly: blue. Hex color #150329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150329 is #EAFCD6. Grayscale: #0C0C0C. Windows color (decimal): -15400151 or 2687765. OLE color: 2687765.

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

Color convert

RGB 21 3 41 -
CMYK 0.49 0.93 0 0.84
HSL 268.42º 0.86% 0.09% -
HSV(B) 268.42º 0.93% 0.16% -
XYZ 0.74 0.38 2.13 -
YUV 12.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 21 3 41 0.49 0.93 0 0.84 268.42 0.86 0.09
Hex 15 3 29 31 5D 0 54 10C 56 9
Octal 25 3 51 61 135 0 124 414 126 11
Binary 10101 11 101001 110001 1011101 0 1010100 100001100 1010110 1001

Color Harmonies of #150329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150329

Black with #150329

Text Example


Text Example

White with #150329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150329; }

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

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

background-color css

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

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

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

border-color css

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

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

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