Html Css Color HEX #150531 Blackcurrant

📋 copy color: '#150531'

red 21 ◦ green 5 ◦ blue 49

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

Shades of Blackcurrant #150531

Tints of Blackcurrant #150531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.67%

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

R = 28%
G = 6.67%
B = 65.33%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#150531 (or 0x150531) is known color: Blackcurrant. HEX triplet: 15, 05 and 31. RGB value is (21,5,49). Sum of RGB (Red+Green+Blue) = 21+5+49=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #150531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150531 is #EAFACE. Grayscale: #0E0E0E. Windows color (decimal): -15399631 or 3212565. OLE color: 3212565.

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

Color convert

RGB 21 5 49 -
CMYK 0.57 0.90 0 0.81
HSL 261.82º 0.81% 0.11% -
HSV(B) 261.82º 0.9% 0.19% -
XYZ 0.92 0.49 2.95 -
YUV 14.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 21 5 49 0.57 0.90 0 0.81 261.82 0.81 0.11
Hex 15 5 31 39 5A 0 51 106 51 B
Octal 25 5 61 71 132 0 121 406 121 13
Binary 10101 101 110001 111001 1011010 0 1010001 100000110 1010001 1011

Color Harmonies of #150531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150531

Black with #150531

Text Example


Text Example

White with #150531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150531; }

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

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

background-color css

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

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

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

border-color css

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

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

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