Html Css Color HEX #150131 Blackcurrant

📋 copy color: '#150131'

red 21 ◦ green 1 ◦ blue 49

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

Shades of Blackcurrant #150131

Tints of Blackcurrant #150131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 69.01%

R = 29.58%
G = 1.41%
B = 69.01%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#150131 (or 0x150131) is known color: Blackcurrant. HEX triplet: 15, 01 and 31. RGB value is (21,1,49). Sum of RGB (Red+Green+Blue) = 21+1+49=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 49 (19.53% from 255 or 69.01% from 71); Max value from RGB is 49 - color contains mainly: blue. Hex color #150131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150131 is #EAFECE. Grayscale: #0C0C0C. Windows color (decimal): -15400655 or 3211541. OLE color: 3211541.

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

Color convert

RGB 21 1 49 -
CMYK 0.57 0.98 0 0.81
HSL 265º 0.96% 0.1% -
HSV(B) 265º 0.98% 0.19% -
XYZ 0.87 0.4 2.94 -
YUV 12.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 21 1 49 0.57 0.98 0 0.81 265 0.96 0.1
Hex 15 1 31 39 62 0 51 109 60 A
Octal 25 1 61 71 142 0 121 411 140 12
Binary 10101 1 110001 111001 1100010 0 1010001 100001001 1100000 1010

Color Harmonies of #150131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150131

Black with #150131

Text Example


Text Example

White with #150131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150131; }

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

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

background-color css

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

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

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

border-color css

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

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

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