Html Css Color HEX #210231 Blackcurrant

📋 copy color: '#210231'

red 33 ◦ green 2 ◦ blue 49

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

Shades of Blackcurrant #210231

Tints of Blackcurrant #210231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.38%

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

R = 39.29%
G = 2.38%
B = 58.33%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#210231 (or 0x210231) is known color: Blackcurrant. HEX triplet: 21, 02 and 31. RGB value is (33,2,49). Sum of RGB (Red+Green+Blue) = 33+2+49=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #210231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210231 is #DEFDCE. Grayscale: #101010. Windows color (decimal): -14613967 or 3211809. OLE color: 3211809.

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

Color convert

RGB 33 2 49 -
CMYK 0.33 0.96 0 0.81
HSL 279.57º 0.92% 0.1% -
HSV(B) 279.57º 0.96% 0.19% -
XYZ 1.2 0.59 2.96 -
YUV 16.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 33 2 49 0.33 0.96 0 0.81 279.57 0.92 0.1
Hex 21 2 31 21 60 0 51 118 5C A
Octal 41 2 61 41 140 0 121 430 134 12
Binary 100001 10 110001 100001 1100000 0 1010001 100011000 1011100 1010

Color Harmonies of #210231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210231

Black with #210231

Text Example


Text Example

White with #210231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210231; }

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

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

background-color css

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

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

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

border-color css

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

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

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