Html Css Color HEX #15032F Blackcurrant

📋 copy color: '#15032F'

red 21 ◦ green 3 ◦ blue 47

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

Shades of Blackcurrant #15032F

Tints of Blackcurrant #15032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 66.2%

R = 29.58%
G = 4.23%
B = 66.2%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15032F (or 0x15032F) is known color: Blackcurrant. HEX triplet: 15, 03 and 2F. RGB value is (21,3,47). Sum of RGB (Red+Green+Blue) = 21+3+47=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 47 (18.75% from 255 or 66.20% from 71); Max value from RGB is 47 - color contains mainly: blue. Hex color #15032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15032F is #EAFCD0. Grayscale: #0D0D0D. Windows color (decimal): -15400145 or 3080981. OLE color: 3080981.

HSL color Cylindrical-coordinate representation of color #15032F: hue angle of 264.55º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #15032F is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 21 3 47 -
CMYK 0.55 0.94 0 0.82
HSL 264.55º 0.88% 0.1% -
HSV(B) 264.55º 0.94% 0.18% -
XYZ 0.85 0.43 2.73 -
YUV 13.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 21 3 47 0.55 0.94 0 0.82 264.55 0.88 0.1
Hex 15 3 2F 37 5E 0 52 109 58 A
Octal 25 3 57 67 136 0 122 411 130 12
Binary 10101 11 101111 110111 1011110 0 1010010 100001001 1011000 1010

Color Harmonies of #15032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15032F

Black with #15032F

Text Example


Text Example

White with #15032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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