Html Css Color HEX #210740 Blackcurrant

📋 copy color: '#210740'

red 33 ◦ green 7 ◦ blue 64

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

Shades of Blackcurrant #210740

Tints of Blackcurrant #210740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.73%

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

R = 31.73%
G = 6.73%
B = 61.54%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#210740 (or 0x210740) is known color: Blackcurrant. HEX triplet: 21, 07 and 40. RGB value is (33,7,64). Sum of RGB (Red+Green+Blue) = 33+7+64=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #210740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210740 is #DEF8BF. Grayscale: #151515. Windows color (decimal): -14612672 or 4196129. OLE color: 4196129.

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

Color convert

RGB 33 7 64 -
CMYK 0.48 0.89 0 0.75
HSL 267.37º 0.8% 0.14% -
HSV(B) 267.37º 0.89% 0.25% -
XYZ 1.63 0.85 4.93 -
YUV 21.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 33 7 64 0.48 0.89 0 0.75 267.37 0.8 0.14
Hex 21 7 40 30 59 0 4B 10B 50 E
Octal 41 7 100 60 131 0 113 413 120 16
Binary 100001 111 1000000 110000 1011001 0 1001011 100001011 1010000 1110

Color Harmonies of #210740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210740

Black with #210740

Text Example


Text Example

White with #210740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210740; }

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

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

background-color css

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

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

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

border-color css

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

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

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