Html Css Color HEX #150232 Blackcurrant

📋 copy color: '#150232'

red 21 ◦ green 2 ◦ blue 50

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

Shades of Blackcurrant #150232

Tints of Blackcurrant #150232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.74%

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

R = 28.77%
G = 2.74%
B = 68.49%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#150232 (or 0x150232) is known color: Blackcurrant. HEX triplet: 15, 02 and 32. RGB value is (21,2,50). Sum of RGB (Red+Green+Blue) = 21+2+50=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 50 (19.92% from 255 or 68.49% from 73); Max value from RGB is 50 - color contains mainly: blue. Hex color #150232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150232 is #EAFDCD. Grayscale: #0C0C0C. Windows color (decimal): -15400398 or 3277333. OLE color: 3277333.

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

Color convert

RGB 21 2 50 -
CMYK 0.58 0.96 0 0.80
HSL 263.75º 0.92% 0.1% -
HSV(B) 263.75º 0.96% 0.2% -
XYZ 0.91 0.43 3.05 -
YUV 13.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 21 2 50 0.58 0.96 0 0.80 263.75 0.92 0.1
Hex 15 2 32 3A 60 0 50 108 5C A
Octal 25 2 62 72 140 0 120 410 134 12
Binary 10101 10 110010 111010 1100000 0 1010000 100001000 1011100 1010

Color Harmonies of #150232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150232

Black with #150232

Text Example


Text Example

White with #150232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150232; }

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

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

background-color css

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

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

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

border-color css

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

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

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