Html Css Color HEX #201334 Blackcurrant

📋 copy color: '#201334'

red 32 ◦ green 19 ◦ blue 52

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

Shades of Blackcurrant #201334

Tints of Blackcurrant #201334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.45%

 BLUE value IS 52 (20.7% from 255) = 50.49%

R = 31.07%
G = 18.45%
B = 50.49%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#201334 (or 0x201334) is known color: Blackcurrant. HEX triplet: 20, 13 and 34. RGB value is (32,19,52). Sum of RGB (Red+Green+Blue) = 32+19+52=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #201334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201334 is #DFECCB. Grayscale: #1A1A1A. Windows color (decimal): -14675148 or 3412768. OLE color: 3412768.

HSL color Cylindrical-coordinate representation of color #201334: hue angle of 263.64º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #201334 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 32 19 52 -
CMYK 0.38 0.63 0 0.80
HSL 263.64º 0.46% 0.14% -
HSV(B) 263.64º 0.63% 0.2% -
XYZ 1.45 1.02 3.37 -
YUV 26.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 32 19 52 0.38 0.63 0 0.80 263.64 0.46 0.14
Hex 20 13 34 26 3F 0 50 108 2E E
Octal 40 23 64 46 77 0 120 410 56 16
Binary 100000 10011 110100 100110 111111 0 1010000 100001000 101110 1110

Color Harmonies of #201334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201334

Black with #201334

Text Example


Text Example

White with #201334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201334; }

 p { color: rgb(32,19,52); }

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

background-color css

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

 a { background-color: rgb(32,19,52); }

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

border-color css

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

 span { border-color: rgb(32,19,52); }

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