Html Css Color HEX #210C31 Blackcurrant

📋 copy color: '#210C31'

red 33 ◦ green 12 ◦ blue 49

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

Shades of Blackcurrant #210C31

Tints of Blackcurrant #210C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.77%

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

R = 35.11%
G = 12.77%
B = 52.13%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#210C31 (or 0x210C31) is known color: Blackcurrant. HEX triplet: 21, 0C and 31. RGB value is (33,12,49). Sum of RGB (Red+Green+Blue) = 33+12+49=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #210C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C31 is #DEF3CE. Grayscale: #161616. Windows color (decimal): -14611407 or 3214369. OLE color: 3214369.

HSL color Cylindrical-coordinate representation of color #210C31: hue angle of 274.05º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #210C31 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 12 49 -
CMYK 0.33 0.76 0 0.81
HSL 274.05º 0.61% 0.12% -
HSV(B) 274.05º 0.76% 0.19% -
XYZ 1.31 0.81 2.99 -
YUV 22.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 33 12 49 0.33 0.76 0 0.81 274.05 0.61 0.12
Hex 21 C 31 21 4C 0 51 112 3D C
Octal 41 14 61 41 114 0 121 422 75 14
Binary 100001 1100 110001 100001 1001100 0 1010001 100010010 111101 1100

Color Harmonies of #210C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C31

Black with #210C31

Text Example


Text Example

White with #210C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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