Html Css Color HEX #210841 Blackcurrant

📋 copy color: '#210841'

red 33 ◦ green 8 ◦ blue 65

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

Shades of Blackcurrant #210841

Tints of Blackcurrant #210841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.55%

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

R = 31.13%
G = 7.55%
B = 61.32%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#210841 (or 0x210841) is known color: Blackcurrant. HEX triplet: 21, 08 and 41. RGB value is (33,8,65). Sum of RGB (Red+Green+Blue) = 33+8+65=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #210841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210841 is #DEF7BE. Grayscale: #151515. Windows color (decimal): -14612415 or 4261921. OLE color: 4261921.

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

Color convert

RGB 33 8 65 -
CMYK 0.49 0.88 0 0.75
HSL 266.32º 0.78% 0.14% -
HSV(B) 266.32º 0.88% 0.25% -
XYZ 1.67 0.88 5.08 -
YUV 21.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 33 8 65 0.49 0.88 0 0.75 266.32 0.78 0.14
Hex 21 8 41 31 58 0 4B 10A 4E E
Octal 41 10 101 61 130 0 113 412 116 16
Binary 100001 1000 1000001 110001 1011000 0 1001011 100001010 1001110 1110

Color Harmonies of #210841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210841

Black with #210841

Text Example


Text Example

White with #210841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210841; }

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

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

background-color css

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

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

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

border-color css

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

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

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