Html Css Color HEX #210831 Blackcurrant

📋 copy color: '#210831'

red 33 ◦ green 8 ◦ blue 49

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

Shades of Blackcurrant #210831

Tints of Blackcurrant #210831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.89%

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

R = 36.67%
G = 8.89%
B = 54.44%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#210831 (or 0x210831) is known color: Blackcurrant. HEX triplet: 21, 08 and 31. RGB value is (33,8,49). Sum of RGB (Red+Green+Blue) = 33+8+49=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #210831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210831 is #DEF7CE. Grayscale: #141414. Windows color (decimal): -14612431 or 3213345. OLE color: 3213345.

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

Color convert

RGB 33 8 49 -
CMYK 0.33 0.84 0 0.81
HSL 276.59º 0.72% 0.11% -
HSV(B) 276.59º 0.84% 0.19% -
XYZ 1.27 0.72 2.98 -
YUV 20.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 33 8 49 0.33 0.84 0 0.81 276.59 0.72 0.11
Hex 21 8 31 21 54 0 51 115 48 B
Octal 41 10 61 41 124 0 121 425 110 13
Binary 100001 1000 110001 100001 1010100 0 1010001 100010101 1001000 1011

Color Harmonies of #210831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210831

Black with #210831

Text Example


Text Example

White with #210831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210831; }

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

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

background-color css

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

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

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

border-color css

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

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

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