Html Css Color HEX #210039 Blackcurrant

📋 copy color: '#210039'

red 33 ◦ green 0 ◦ blue 57

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

Shades of Blackcurrant #210039

Tints of Blackcurrant #210039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 63.33%

R = 36.67%
G = 0%
B = 63.33%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#210039 (or 0x210039) is known color: Blackcurrant. HEX triplet: 21, 00 and 39. RGB value is (33,0,57). Sum of RGB (Red+Green+Blue) = 33+0+57=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 57 (22.66% from 255 or 63.33% from 90); Max value from RGB is 57 - color contains mainly: blue. Hex color #210039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210039 is #DEFFC6. Grayscale: #101010. Windows color (decimal): -14614471 or 3735585. OLE color: 3735585.

HSL color Cylindrical-coordinate representation of color #210039: hue angle of 274.74º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210039 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 0 57 -
CMYK 0.42 1 0 0.78
HSL 274.74º 1% 0.11% -
HSV(B) 274.74º 1% 0.22% -
XYZ 1.37 0.62 3.92 -
YUV 16.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 33 0 57 0.42 1 0 0.78 274.74 1 0.11
Hex 21 0 39 2A 64 0 4E 113 64 B
Octal 41 0 71 52 144 0 116 423 144 13
Binary 100001 0 111001 101010 1100100 0 1001110 100010011 1100100 1011

Color Harmonies of #210039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210039

Black with #210039

Text Example


Text Example

White with #210039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210039; }

 p { color: rgb(33,0,57); }

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

background-color css

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

 a { background-color: rgb(33,0,57); }

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

border-color css

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

 span { border-color: rgb(33,0,57); }

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