Html Css Color HEX #20152E Blackcurrant

📋 copy color: '#20152E'

red 32 ◦ green 21 ◦ blue 46

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

Shades of Blackcurrant #20152E

Tints of Blackcurrant #20152E

RGB

 RED value IS 32 (12.89% from 255) = 32.32%

 GREEN value IS 21 (8.59% from 255) = 21.21%

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

R = 32.32%
G = 21.21%
B = 46.46%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#20152E (or 0x20152E) is known color: Blackcurrant. HEX triplet: 20, 15 and 2E. RGB value is (32,21,46). Sum of RGB (Red+Green+Blue) = 32+21+46=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #20152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20152E is #DFEAD1. Grayscale: #1B1B1B. Windows color (decimal): -14674642 or 3020064. OLE color: 3020064.

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

Color convert

RGB 32 21 46 -
CMYK 0.30 0.54 0 0.82
HSL 266.4º 0.37% 0.13% -
HSV(B) 266.4º 0.54% 0.18% -
XYZ 1.36 1.04 2.71 -
YUV 27.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 32 21 46 0.30 0.54 0 0.82 266.4 0.37 0.13
Hex 20 15 2E 1E 36 0 52 10A 25 D
Octal 40 25 56 36 66 0 122 412 45 15
Binary 100000 10101 101110 11110 110110 0 1010010 100001010 100101 1101

Color Harmonies of #20152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20152E

Black with #20152E

Text Example


Text Example

White with #20152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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