Html Css Color HEX #210341 Blackcurrant

📋 copy color: '#210341'

red 33 ◦ green 3 ◦ blue 65

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

Shades of Blackcurrant #210341

Tints of Blackcurrant #210341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.97%

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

R = 32.67%
G = 2.97%
B = 64.36%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#210341 (or 0x210341) is known color: Blackcurrant. HEX triplet: 21, 03 and 41. RGB value is (33,3,65). Sum of RGB (Red+Green+Blue) = 33+3+65=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 65 (25.78% from 255 or 64.36% from 101); Max value from RGB is 65 - color contains mainly: blue. Hex color #210341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210341 is #DEFCBE. Grayscale: #121212. Windows color (decimal): -14613695 or 4260641. OLE color: 4260641.

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

Color convert

RGB 33 3 65 -
CMYK 0.49 0.95 0 0.75
HSL 269.03º 0.91% 0.13% -
HSV(B) 269.03º 0.95% 0.25% -
XYZ 1.61 0.77 5.06 -
YUV 19.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 33 3 65 0.49 0.95 0 0.75 269.03 0.91 0.13
Hex 21 3 41 31 5F 0 4B 10D 5B D
Octal 41 3 101 61 137 0 113 415 133 15
Binary 100001 11 1000001 110001 1011111 0 1001011 100001101 1011011 1101

Color Harmonies of #210341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210341

Black with #210341

Text Example


Text Example

White with #210341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210341; }

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

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

background-color css

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

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

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

border-color css

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

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

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