Html Css Color HEX #210440 Blackcurrant

📋 copy color: '#210440'

red 33 ◦ green 4 ◦ blue 64

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

Shades of Blackcurrant #210440

Tints of Blackcurrant #210440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.96%

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

R = 32.67%
G = 3.96%
B = 63.37%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#210440 (or 0x210440) is known color: Blackcurrant. HEX triplet: 21, 04 and 40. RGB value is (33,4,64). Sum of RGB (Red+Green+Blue) = 33+4+64=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #210440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210440 is #DEFBBF. Grayscale: #131313. Windows color (decimal): -14613440 or 4195361. OLE color: 4195361.

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

Color convert

RGB 33 4 64 -
CMYK 0.48 0.94 0 0.75
HSL 269º 0.88% 0.13% -
HSV(B) 269º 0.94% 0.25% -
XYZ 1.6 0.78 4.92 -
YUV 19.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 33 4 64 0.48 0.94 0 0.75 269 0.88 0.13
Hex 21 4 40 30 5E 0 4B 10D 58 D
Octal 41 4 100 60 136 0 113 415 130 15
Binary 100001 100 1000000 110000 1011110 0 1001011 100001101 1011000 1101

Color Harmonies of #210440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210440

Black with #210440

Text Example


Text Example

White with #210440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210440; }

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

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

background-color css

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

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

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

border-color css

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

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

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