Html Css Color HEX #20152C Blackcurrant

📋 copy color: '#20152C'

red 32 ◦ green 21 ◦ blue 44

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

Shades of Blackcurrant #20152C

Tints of Blackcurrant #20152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 45.36%

R = 32.99%
G = 21.65%
B = 45.36%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#20152C (or 0x20152C) is known color: Blackcurrant. HEX triplet: 20, 15 and 2C. RGB value is (32,21,44). Sum of RGB (Red+Green+Blue) = 32+21+44=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 44 - color contains mainly: blue. Hex color #20152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20152C is #DFEAD3. Grayscale: #1A1A1A. Windows color (decimal): -14674644 or 2888992. OLE color: 2888992.

HSL color Cylindrical-coordinate representation of color #20152C: hue angle of 268.7º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #20152C is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 32 21 44 -
CMYK 0.27 0.52 0 0.83
HSL 268.7º 0.35% 0.13% -
HSV(B) 268.7º 0.52% 0.17% -
XYZ 1.32 1.03 2.51 -
YUV 26.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 32 21 44 0.27 0.52 0 0.83 268.7 0.35 0.13
Hex 20 15 2C 1B 34 0 53 10D 23 D
Octal 40 25 54 33 64 0 123 415 43 15
Binary 100000 10101 101100 11011 110100 0 1010011 100001101 100011 1101

Color Harmonies of #20152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20152C

Black with #20152C

Text Example


Text Example

White with #20152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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