Html Css Color HEX #20122F Blackcurrant

📋 copy color: '#20122F'

red 32 ◦ green 18 ◦ blue 47

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

Shades of Blackcurrant #20122F

Tints of Blackcurrant #20122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.56%

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

R = 32.99%
G = 18.56%
B = 48.45%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#20122F (or 0x20122F) is known color: Blackcurrant. HEX triplet: 20, 12 and 2F. RGB value is (32,18,47). Sum of RGB (Red+Green+Blue) = 32+18+47=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 47 - color contains mainly: blue. Hex color #20122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20122F is #DFEDD0. Grayscale: #191919. Windows color (decimal): -14675409 or 3084832. OLE color: 3084832.

HSL color Cylindrical-coordinate representation of color #20122F: hue angle of 268.97º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20122F is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 32 18 47 -
CMYK 0.32 0.62 0 0.82
HSL 268.97º 0.45% 0.13% -
HSV(B) 268.97º 0.62% 0.18% -
XYZ 1.33 0.94 2.8 -
YUV 25.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 32 18 47 0.32 0.62 0 0.82 268.97 0.45 0.13
Hex 20 12 2F 20 3E 0 52 10D 2D D
Octal 40 22 57 40 76 0 122 415 55 15
Binary 100000 10010 101111 100000 111110 0 1010010 100001101 101101 1101

Color Harmonies of #20122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20122F

Black with #20122F

Text Example


Text Example

White with #20122F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,18,47); }

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

background-color css

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

 a { background-color: rgb(32,18,47); }

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

border-color css

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

 span { border-color: rgb(32,18,47); }

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