Html Css Color HEX #150328 Blackcurrant

📋 copy color: '#150328'

red 21 ◦ green 3 ◦ blue 40

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

Shades of Blackcurrant #150328

Tints of Blackcurrant #150328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 62.5%

R = 32.81%
G = 4.69%
B = 62.5%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#150328 (or 0x150328) is known color: Blackcurrant. HEX triplet: 15, 03 and 28. RGB value is (21,3,40). Sum of RGB (Red+Green+Blue) = 21+3+40=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 40 (16.02% from 255 or 62.5% from 64); Max value from RGB is 40 - color contains mainly: blue. Hex color #150328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150328 is #EAFCD7. Grayscale: #0C0C0C. Windows color (decimal): -15400152 or 2622229. OLE color: 2622229.

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

Color convert

RGB 21 3 40 -
CMYK 0.48 0.93 0 0.84
HSL 269.19º 0.86% 0.08% -
HSV(B) 269.19º 0.93% 0.16% -
XYZ 0.72 0.38 2.04 -
YUV 12.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 21 3 40 0.48 0.93 0 0.84 269.19 0.86 0.08
Hex 15 3 28 30 5D 0 54 10D 56 8
Octal 25 3 50 60 135 0 124 415 126 10
Binary 10101 11 101000 110000 1011101 0 1010100 100001101 1010110 1000

Color Harmonies of #150328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150328

Black with #150328

Text Example


Text Example

White with #150328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150328; }

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

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

background-color css

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

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

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

border-color css

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

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

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