Html Css Color HEX #15042E Blackcurrant

📋 copy color: '#15042E'

red 21 ◦ green 4 ◦ blue 46

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

Shades of Blackcurrant #15042E

Tints of Blackcurrant #15042E

RGB

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

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

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

R = 29.58%
G = 5.63%
B = 64.79%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15042E (or 0x15042E) is known color: Blackcurrant. HEX triplet: 15, 04 and 2E. RGB value is (21,4,46). Sum of RGB (Red+Green+Blue) = 21+4+46=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 46 (18.36% from 255 or 64.79% from 71); Max value from RGB is 46 - color contains mainly: blue. Hex color #15042E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15042E is #EAFBD1. Grayscale: #0D0D0D. Windows color (decimal): -15399890 or 3015701. OLE color: 3015701.

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

Color convert

RGB 21 4 46 -
CMYK 0.54 0.91 0 0.82
HSL 264.29º 0.84% 0.1% -
HSV(B) 264.29º 0.91% 0.18% -
XYZ 0.85 0.44 2.63 -
YUV 13.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 21 4 46 0.54 0.91 0 0.82 264.29 0.84 0.1
Hex 15 4 2E 36 5B 0 52 108 54 A
Octal 25 4 56 66 133 0 122 410 124 12
Binary 10101 100 101110 110110 1011011 0 1010010 100001000 1010100 1010

Color Harmonies of #15042E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15042E

Black with #15042E

Text Example


Text Example

White with #15042E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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