Html Css Color HEX #210041 Blackcurrant

📋 copy color: '#210041'

red 33 ◦ green 0 ◦ blue 65

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

Shades of Blackcurrant #210041

Tints of Blackcurrant #210041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 66.33%

R = 33.67%
G = 0%
B = 66.33%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#210041 (or 0x210041) is known color: Blackcurrant. HEX triplet: 21, 00 and 41. RGB value is (33,0,65). Sum of RGB (Red+Green+Blue) = 33+0+65=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 65 (25.78% from 255 or 66.33% from 98); Max value from RGB is 65 - color contains mainly: blue. Hex color #210041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210041 is #DEFFBE. Grayscale: #111111. Windows color (decimal): -14614463 or 4259873. OLE color: 4259873.

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

Color convert

RGB 33 0 65 -
CMYK 0.49 1 0 0.75
HSL 270.46º 1% 0.13% -
HSV(B) 270.46º 1% 0.25% -
XYZ 1.58 0.7 5.05 -
YUV 17.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 33 0 65 0.49 1 0 0.75 270.46 1 0.13
Hex 21 0 41 31 64 0 4B 10E 64 D
Octal 41 0 101 61 144 0 113 416 144 15
Binary 100001 0 1000001 110001 1100100 0 1001011 100001110 1100100 1101

Color Harmonies of #210041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210041

Black with #210041

Text Example


Text Example

White with #210041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210041; }

 p { color: rgb(33,0,65); }

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

background-color css

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

 a { background-color: rgb(33,0,65); }

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

border-color css

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

 span { border-color: rgb(33,0,65); }

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