Html Css Color HEX #150431 Blackcurrant

📋 copy color: '#150431'

red 21 ◦ green 4 ◦ blue 49

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

Shades of Blackcurrant #150431

Tints of Blackcurrant #150431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.41%

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

R = 28.38%
G = 5.41%
B = 66.22%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#150431 (or 0x150431) is known color: Blackcurrant. HEX triplet: 15, 04 and 31. RGB value is (21,4,49). Sum of RGB (Red+Green+Blue) = 21+4+49=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 49 (19.53% from 255 or 66.22% from 74); Max value from RGB is 49 - color contains mainly: blue. Hex color #150431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150431 is #EAFBCE. Grayscale: #0E0E0E. Windows color (decimal): -15399887 or 3212309. OLE color: 3212309.

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

Color convert

RGB 21 4 49 -
CMYK 0.57 0.92 0 0.81
HSL 262.67º 0.85% 0.1% -
HSV(B) 262.67º 0.92% 0.19% -
XYZ 0.91 0.47 2.95 -
YUV 14.21 147.63 132.84 -
System Red Green Blue C M Y K H S L
Decimal 21 4 49 0.57 0.92 0 0.81 262.67 0.85 0.1
Hex 15 4 31 39 5C 0 51 107 55 A
Octal 25 4 61 71 134 0 121 407 125 12
Binary 10101 100 110001 111001 1011100 0 1010001 100000111 1010101 1010

Color Harmonies of #150431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150431

Black with #150431

Text Example


Text Example

White with #150431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150431; }

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

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

background-color css

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

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

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

border-color css

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

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

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