Html Css Color HEX #150532 Blackcurrant

📋 copy color: '#150532'

red 21 ◦ green 5 ◦ blue 50

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

Shades of Blackcurrant #150532

Tints of Blackcurrant #150532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 65.79%

R = 27.63%
G = 6.58%
B = 65.79%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#150532 (or 0x150532) is known color: Blackcurrant. HEX triplet: 15, 05 and 32. RGB value is (21,5,50). Sum of RGB (Red+Green+Blue) = 21+5+50=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #150532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150532 is #EAFACD. Grayscale: #0E0E0E. Windows color (decimal): -15399630 or 3278101. OLE color: 3278101.

HSL color Cylindrical-coordinate representation of color #150532: hue angle of 261.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150532 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 5 50 -
CMYK 0.58 0.90 0 0.80
HSL 261.33º 0.82% 0.11% -
HSV(B) 261.33º 0.9% 0.2% -
XYZ 0.94 0.5 3.06 -
YUV 14.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 21 5 50 0.58 0.90 0 0.80 261.33 0.82 0.11
Hex 15 5 32 3A 5A 0 50 105 52 B
Octal 25 5 62 72 132 0 120 405 122 13
Binary 10101 101 110010 111010 1011010 0 1010000 100000101 1010010 1011

Color Harmonies of #150532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150532

Black with #150532

Text Example


Text Example

White with #150532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150532; }

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

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

background-color css

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

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

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

border-color css

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

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

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