Html Css Color HEX #150732 Blackcurrant

📋 copy color: '#150732'

red 21 ◦ green 7 ◦ blue 50

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

Shades of Blackcurrant #150732

Tints of Blackcurrant #150732

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.97%

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

R = 26.92%
G = 8.97%
B = 64.1%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#150732 (or 0x150732) is known color: Blackcurrant. HEX triplet: 15, 07 and 32. RGB value is (21,7,50). Sum of RGB (Red+Green+Blue) = 21+7+50=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 50 (19.92% from 255 or 64.10% from 78); Max value from RGB is 50 - color contains mainly: blue. Hex color #150732 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150732 is #EAF8CD. Grayscale: #0F0F0F. Windows color (decimal): -15399118 or 3278613. OLE color: 3278613.

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

Color convert

RGB 21 7 50 -
CMYK 0.58 0.86 0 0.80
HSL 259.53º 0.75% 0.11% -
HSV(B) 259.53º 0.86% 0.2% -
XYZ 0.96 0.54 3.07 -
YUV 16.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 21 7 50 0.58 0.86 0 0.80 259.53 0.75 0.11
Hex 15 7 32 3A 56 0 50 104 4B B
Octal 25 7 62 72 126 0 120 404 113 13
Binary 10101 111 110010 111010 1010110 0 1010000 100000100 1001011 1011

Color Harmonies of #150732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150732

Black with #150732

Text Example


Text Example

White with #150732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150732; }

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

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

background-color css

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

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

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

border-color css

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

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

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