Html Css Color HEX #15032E Blackcurrant

📋 copy color: '#15032E'

red 21 ◦ green 3 ◦ blue 46

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

Shades of Blackcurrant #15032E

Tints of Blackcurrant #15032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 65.71%

R = 30%
G = 4.29%
B = 65.71%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15032E (or 0x15032E) is known color: Blackcurrant. HEX triplet: 15, 03 and 2E. RGB value is (21,3,46). Sum of RGB (Red+Green+Blue) = 21+3+46=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 46 (18.36% from 255 or 65.71% from 70); Max value from RGB is 46 - color contains mainly: blue. Hex color #15032E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15032E is #EAFCD1. Grayscale: #0D0D0D. Windows color (decimal): -15400146 or 3015445. OLE color: 3015445.

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

Color convert

RGB 21 3 46 -
CMYK 0.54 0.93 0 0.82
HSL 265.12º 0.88% 0.1% -
HSV(B) 265.12º 0.93% 0.18% -
XYZ 0.83 0.42 2.62 -
YUV 13.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 21 3 46 0.54 0.93 0 0.82 265.12 0.88 0.1
Hex 15 3 2E 36 5D 0 52 109 58 A
Octal 25 3 56 66 135 0 122 411 130 12
Binary 10101 11 101110 110110 1011101 0 1010010 100001001 1011000 1010

Color Harmonies of #15032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15032E

Black with #15032E

Text Example


Text Example

White with #15032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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