Html Css Color HEX #150132 Blackcurrant

📋 copy color: '#150132'

red 21 ◦ green 1 ◦ blue 50

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

Shades of Blackcurrant #150132

Tints of Blackcurrant #150132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.39%

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

R = 29.17%
G = 1.39%
B = 69.44%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#150132 (or 0x150132) is known color: Blackcurrant. HEX triplet: 15, 01 and 32. RGB value is (21,1,50). Sum of RGB (Red+Green+Blue) = 21+1+50=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 50 (19.92% from 255 or 69.44% from 72); Max value from RGB is 50 - color contains mainly: blue. Hex color #150132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150132 is #EAFECD. Grayscale: #0C0C0C. Windows color (decimal): -15400654 or 3277077. OLE color: 3277077.

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

Color convert

RGB 21 1 50 -
CMYK 0.58 0.98 0 0.80
HSL 264.49º 0.96% 0.1% -
HSV(B) 264.49º 0.98% 0.2% -
XYZ 0.9 0.41 3.05 -
YUV 12.57 149.13 134.02 -
System Red Green Blue C M Y K H S L
Decimal 21 1 50 0.58 0.98 0 0.80 264.49 0.96 0.1
Hex 15 1 32 3A 62 0 50 108 60 A
Octal 25 1 62 72 142 0 120 410 140 12
Binary 10101 1 110010 111010 1100010 0 1010000 100001000 1100000 1010

Color Harmonies of #150132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150132

Black with #150132

Text Example


Text Example

White with #150132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150132; }

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

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

background-color css

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

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

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

border-color css

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

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

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