Html Css Color HEX #211031 Blackcurrant

📋 copy color: '#211031'

red 33 ◦ green 16 ◦ blue 49

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

Shades of Blackcurrant #211031

Tints of Blackcurrant #211031

RGB

 RED value IS 33 (13.28% from 255) = 33.67%

 GREEN value IS 16 (6.64% from 255) = 16.33%

 BLUE value IS 49 (19.53% from 255) = 50%

R = 33.67%
G = 16.33%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#211031 (or 0x211031) is known color: Blackcurrant. HEX triplet: 21, 10 and 31. RGB value is (33,16,49). Sum of RGB (Red+Green+Blue) = 33+16+49=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #211031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211031 is #DEEFCE. Grayscale: #181818. Windows color (decimal): -14610383 or 3215393. OLE color: 3215393.

HSL color Cylindrical-coordinate representation of color #211031: hue angle of 270.91º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211031 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 16 49 -
CMYK 0.33 0.67 0 0.81
HSL 270.91º 0.51% 0.13% -
HSV(B) 270.91º 0.67% 0.19% -
XYZ 1.37 0.92 3.01 -
YUV 24.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 33 16 49 0.33 0.67 0 0.81 270.91 0.51 0.13
Hex 21 10 31 21 43 0 51 10F 33 D
Octal 41 20 61 41 103 0 121 417 63 15
Binary 100001 10000 110001 100001 1000011 0 1010001 100001111 110011 1101

Color Harmonies of #211031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211031

Black with #211031

Text Example


Text Example

White with #211031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211031; }

 p { color: rgb(33,16,49); }

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

background-color css

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

 a { background-color: rgb(33,16,49); }

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

border-color css

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

 span { border-color: rgb(33,16,49); }

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