Html Css Color HEX #210941 Blackcurrant

📋 copy color: '#210941'

red 33 ◦ green 9 ◦ blue 65

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

Shades of Blackcurrant #210941

Tints of Blackcurrant #210941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.41%

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

R = 30.84%
G = 8.41%
B = 60.75%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#210941 (or 0x210941) is known color: Blackcurrant. HEX triplet: 21, 09 and 41. RGB value is (33,9,65). Sum of RGB (Red+Green+Blue) = 33+9+65=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #210941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210941 is #DEF6BE. Grayscale: #161616. Windows color (decimal): -14612159 or 4262177. OLE color: 4262177.

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

Color convert

RGB 33 9 65 -
CMYK 0.49 0.86 0 0.75
HSL 265.71º 0.76% 0.15% -
HSV(B) 265.71º 0.86% 0.25% -
XYZ 1.68 0.9 5.09 -
YUV 22.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 33 9 65 0.49 0.86 0 0.75 265.71 0.76 0.15
Hex 21 9 41 31 56 0 4B 10A 4C F
Octal 41 11 101 61 126 0 113 412 114 17
Binary 100001 1001 1000001 110001 1010110 0 1001011 100001010 1001100 1111

Color Harmonies of #210941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210941

Black with #210941

Text Example


Text Example

White with #210941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210941; }

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

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

background-color css

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

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

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

border-color css

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

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

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