Html Css Color HEX #15032A Blackcurrant

📋 copy color: '#15032A'

red 21 ◦ green 3 ◦ blue 42

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

Shades of Blackcurrant #15032A

Tints of Blackcurrant #15032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.55%

 BLUE value IS 42 (16.8% from 255) = 63.64%

R = 31.82%
G = 4.55%
B = 63.64%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#15032A (or 0x15032A) is known color: Blackcurrant. HEX triplet: 15, 03 and 2A. RGB value is (21,3,42). Sum of RGB (Red+Green+Blue) = 21+3+42=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 42 (16.80% from 255 or 63.64% from 66); Max value from RGB is 42 - color contains mainly: blue. Hex color #15032A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15032A is #EAFCD5. Grayscale: #0C0C0C. Windows color (decimal): -15400150 or 2753301. OLE color: 2753301.

HSL color Cylindrical-coordinate representation of color #15032A: hue angle of 267.69º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15032A is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 3 42 -
CMYK 0.50 0.93 0 0.84
HSL 267.69º 0.87% 0.09% -
HSV(B) 267.69º 0.93% 0.16% -
XYZ 0.76 0.39 2.23 -
YUV 12.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 21 3 42 0.50 0.93 0 0.84 267.69 0.87 0.09
Hex 15 3 2A 32 5D 0 54 10C 57 9
Octal 25 3 52 62 135 0 124 414 127 11
Binary 10101 11 101010 110010 1011101 0 1010100 100001100 1010111 1001

Color Harmonies of #15032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15032A

Black with #15032A

Text Example


Text Example

White with #15032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15032A; }

 p { color: rgb(21,3,42); }

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

background-color css

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

 a { background-color: rgb(21,3,42); }

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

border-color css

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

 span { border-color: rgb(21,3,42); }

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