Html Css Color HEX #150332 Blackcurrant

📋 copy color: '#150332'

red 21 ◦ green 3 ◦ blue 50

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

Shades of Blackcurrant #150332

Tints of Blackcurrant #150332

RGB

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

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

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

R = 28.38%
G = 4.05%
B = 67.57%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#150332 (or 0x150332) is known color: Blackcurrant. HEX triplet: 15, 03 and 32. RGB value is (21,3,50). Sum of RGB (Red+Green+Blue) = 21+3+50=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 50 (19.92% from 255 or 67.57% from 74); Max value from RGB is 50 - color contains mainly: blue. Hex color #150332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150332 is #EAFCCD. Grayscale: #0D0D0D. Windows color (decimal): -15400142 or 3277589. OLE color: 3277589.

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

Color convert

RGB 21 3 50 -
CMYK 0.58 0.94 0 0.80
HSL 262.98º 0.89% 0.1% -
HSV(B) 262.98º 0.94% 0.2% -
XYZ 0.92 0.45 3.06 -
YUV 13.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 21 3 50 0.58 0.94 0 0.80 262.98 0.89 0.1
Hex 15 3 32 3A 5E 0 50 107 59 A
Octal 25 3 62 72 136 0 120 407 131 12
Binary 10101 11 110010 111010 1011110 0 1010000 100000111 1011001 1010

Color Harmonies of #150332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150332

Black with #150332

Text Example


Text Example

White with #150332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150332; }

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

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

background-color css

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

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

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

border-color css

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

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

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