Html Css Color HEX #201138 Blackcurrant

📋 copy color: '#201138'

red 32 ◦ green 17 ◦ blue 56

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

Shades of Blackcurrant #201138

Tints of Blackcurrant #201138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

 BLUE value IS 56 (22.27% from 255) = 53.33%

R = 30.48%
G = 16.19%
B = 53.33%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#201138 (or 0x201138) is known color: Blackcurrant. HEX triplet: 20, 11 and 38. RGB value is (32,17,56). Sum of RGB (Red+Green+Blue) = 32+17+56=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #201138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201138 is #DFEEC7. Grayscale: #191919. Windows color (decimal): -14675656 or 3674400. OLE color: 3674400.

HSL color Cylindrical-coordinate representation of color #201138: hue angle of 263.08º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #201138 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 32 17 56 -
CMYK 0.43 0.70 0 0.78
HSL 263.08º 0.53% 0.14% -
HSV(B) 263.08º 0.7% 0.22% -
XYZ 1.51 0.99 3.85 -
YUV 25.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 32 17 56 0.43 0.70 0 0.78 263.08 0.53 0.14
Hex 20 11 38 2B 46 0 4E 107 35 E
Octal 40 21 70 53 106 0 116 407 65 16
Binary 100000 10001 111000 101011 1000110 0 1001110 100000111 110101 1110

Color Harmonies of #201138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201138

Black with #201138

Text Example


Text Example

White with #201138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201138; }

 p { color: rgb(32,17,56); }

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

background-color css

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

 a { background-color: rgb(32,17,56); }

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

border-color css

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

 span { border-color: rgb(32,17,56); }

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