Html Css Color HEX #210531 Blackcurrant

📋 copy color: '#210531'

red 33 ◦ green 5 ◦ blue 49

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

Shades of Blackcurrant #210531

Tints of Blackcurrant #210531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.75%

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

R = 37.93%
G = 5.75%
B = 56.32%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#210531 (or 0x210531) is known color: Blackcurrant. HEX triplet: 21, 05 and 31. RGB value is (33,5,49). Sum of RGB (Red+Green+Blue) = 33+5+49=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #210531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210531 is #DEFACE. Grayscale: #121212. Windows color (decimal): -14613199 or 3212577. OLE color: 3212577.

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

Color convert

RGB 33 5 49 -
CMYK 0.33 0.90 0 0.81
HSL 278.18º 0.81% 0.11% -
HSV(B) 278.18º 0.9% 0.19% -
XYZ 1.24 0.65 2.97 -
YUV 18.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 33 5 49 0.33 0.90 0 0.81 278.18 0.81 0.11
Hex 21 5 31 21 5A 0 51 116 51 B
Octal 41 5 61 41 132 0 121 426 121 13
Binary 100001 101 110001 100001 1011010 0 1010001 100010110 1010001 1011

Color Harmonies of #210531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210531

Black with #210531

Text Example


Text Example

White with #210531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210531; }

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

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

background-color css

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

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

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

border-color css

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

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

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