Html Css Color HEX #210141 Blackcurrant

📋 copy color: '#210141'

red 33 ◦ green 1 ◦ blue 65

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

Shades of Blackcurrant #210141

Tints of Blackcurrant #210141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.01%

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

R = 33.33%
G = 1.01%
B = 65.66%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#210141 (or 0x210141) is known color: Blackcurrant. HEX triplet: 21, 01 and 41. RGB value is (33,1,65). Sum of RGB (Red+Green+Blue) = 33+1+65=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #210141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210141 is #DEFEBE. Grayscale: #111111. Windows color (decimal): -14614207 or 4260129. OLE color: 4260129.

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

Color convert

RGB 33 1 65 -
CMYK 0.49 0.98 0 0.75
HSL 270º 0.97% 0.13% -
HSV(B) 270º 0.98% 0.25% -
XYZ 1.59 0.73 5.06 -
YUV 17.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 33 1 65 0.49 0.98 0 0.75 270 0.97 0.13
Hex 21 1 41 31 62 0 4B 10E 61 D
Octal 41 1 101 61 142 0 113 416 141 15
Binary 100001 1 1000001 110001 1100010 0 1001011 100001110 1100001 1101

Color Harmonies of #210141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210141

Black with #210141

Text Example


Text Example

White with #210141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210141; }

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

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

background-color css

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

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

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

border-color css

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

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

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