Html Css Color HEX #15041F Blackcurrant

📋 copy color: '#15041F'

red 21 ◦ green 4 ◦ blue 31

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

Shades of Blackcurrant #15041F

Tints of Blackcurrant #15041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 55.36%

R = 37.5%
G = 7.14%
B = 55.36%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#15041F (or 0x15041F) is known color: Blackcurrant. HEX triplet: 15, 04 and 1F. RGB value is (21,4,31). Sum of RGB (Red+Green+Blue) = 21+4+31=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #15041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15041F is #EAFBE0. Grayscale: #0C0C0C. Windows color (decimal): -15399905 or 2032661. OLE color: 2032661.

HSL color Cylindrical-coordinate representation of color #15041F: hue angle of 277.78º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15041F is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 21 4 31 -
CMYK 0.32 0.87 0 0.88
HSL 277.78º 0.77% 0.07% -
HSV(B) 277.78º 0.87% 0.12% -
XYZ 0.6 0.35 1.33 -
YUV 12.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 21 4 31 0.32 0.87 0 0.88 277.78 0.77 0.07
Hex 15 4 1F 20 57 0 58 116 4D 7
Octal 25 4 37 40 127 0 130 426 115 7
Binary 10101 100 11111 100000 1010111 0 1011000 100010110 1001101 111

Color Harmonies of #15041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15041F

Black with #15041F

Text Example


Text Example

White with #15041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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