Html Css Color HEX #201135 Blackcurrant

📋 copy color: '#201135'

red 32 ◦ green 17 ◦ blue 53

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

Shades of Blackcurrant #201135

Tints of Blackcurrant #201135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 51.96%

R = 31.37%
G = 16.67%
B = 51.96%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#201135 (or 0x201135) is known color: Blackcurrant. HEX triplet: 20, 11 and 35. RGB value is (32,17,53). Sum of RGB (Red+Green+Blue) = 32+17+53=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 53 (21.09% from 255 or 51.96% from 102); Max value from RGB is 53 - color contains mainly: blue. Hex color #201135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201135 is #DFEECA. Grayscale: #191919. Windows color (decimal): -14675659 or 3477792. OLE color: 3477792.

HSL color Cylindrical-coordinate representation of color #201135: hue angle of 265º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #201135 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 32 17 53 -
CMYK 0.40 0.68 0 0.79
HSL 265º 0.51% 0.14% -
HSV(B) 265º 0.68% 0.21% -
XYZ 1.44 0.97 3.48 -
YUV 25.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 32 17 53 0.40 0.68 0 0.79 265 0.51 0.14
Hex 20 11 35 28 44 0 4F 109 33 E
Octal 40 21 65 50 104 0 117 411 63 16
Binary 100000 10001 110101 101000 1000100 0 1001111 100001001 110011 1110

Color Harmonies of #201135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201135

Black with #201135

Text Example


Text Example

White with #201135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201135; }

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

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

background-color css

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

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

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

border-color css

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

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

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