Html Css Color HEX #210241 Blackcurrant

📋 copy color: '#210241'

red 33 ◦ green 2 ◦ blue 65

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

Shades of Blackcurrant #210241

Tints of Blackcurrant #210241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2%

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

R = 33%
G = 2%
B = 65%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#210241 (or 0x210241) is known color: Blackcurrant. HEX triplet: 21, 02 and 41. RGB value is (33,2,65). Sum of RGB (Red+Green+Blue) = 33+2+65=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 65 (25.78% from 255 or 65% from 100); Max value from RGB is 65 - color contains mainly: blue. Hex color #210241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210241 is #DEFDBE. Grayscale: #121212. Windows color (decimal): -14613951 or 4260385. OLE color: 4260385.

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

Color convert

RGB 33 2 65 -
CMYK 0.49 0.97 0 0.75
HSL 269.52º 0.94% 0.13% -
HSV(B) 269.52º 0.97% 0.25% -
XYZ 1.6 0.75 5.06 -
YUV 18.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 33 2 65 0.49 0.97 0 0.75 269.52 0.94 0.13
Hex 21 2 41 31 61 0 4B 10E 5E D
Octal 41 2 101 61 141 0 113 416 136 15
Binary 100001 10 1000001 110001 1100001 0 1001011 100001110 1011110 1101

Color Harmonies of #210241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210241

Black with #210241

Text Example


Text Example

White with #210241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210241; }

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

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

background-color css

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

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

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

border-color css

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

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

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