Html Css Color HEX #210940 Blackcurrant

📋 copy color: '#210940'

red 33 ◦ green 9 ◦ blue 64

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

Shades of Blackcurrant #210940

Tints of Blackcurrant #210940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.49%

 BLUE value IS 64 (25.39% from 255) = 60.38%

R = 31.13%
G = 8.49%
B = 60.38%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#210940 (or 0x210940) is known color: Blackcurrant. HEX triplet: 21, 09 and 40. RGB value is (33,9,64). Sum of RGB (Red+Green+Blue) = 33+9+64=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #210940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210940 is #DEF6BF. Grayscale: #161616. Windows color (decimal): -14612160 or 4196641. OLE color: 4196641.

HSL color Cylindrical-coordinate representation of color #210940: hue angle of 266.18º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #210940 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 9 64 -
CMYK 0.48 0.86 0 0.75
HSL 266.18º 0.75% 0.14% -
HSV(B) 266.18º 0.86% 0.25% -
XYZ 1.65 0.89 4.94 -
YUV 22.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 33 9 64 0.48 0.86 0 0.75 266.18 0.75 0.14
Hex 21 9 40 30 56 0 4B 10A 4B E
Octal 41 11 100 60 126 0 113 412 113 16
Binary 100001 1001 1000000 110000 1010110 0 1001011 100001010 1001011 1110

Color Harmonies of #210940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210940

Black with #210940

Text Example


Text Example

White with #210940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210940; }

 p { color: rgb(33,9,64); }

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

background-color css

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

 a { background-color: rgb(33,9,64); }

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

border-color css

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

 span { border-color: rgb(33,9,64); }

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