Html Css Color HEX #210035 Blackcurrant

📋 copy color: '#210035'

red 33 ◦ green 0 ◦ blue 53

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

Shades of Blackcurrant #210035

Tints of Blackcurrant #210035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 61.63%

R = 38.37%
G = 0%
B = 61.63%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#210035 (or 0x210035) is known color: Blackcurrant. HEX triplet: 21, 00 and 35. RGB value is (33,0,53). Sum of RGB (Red+Green+Blue) = 33+0+53=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 53 (21.09% from 255 or 61.63% from 86); Max value from RGB is 53 - color contains mainly: blue. Hex color #210035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210035 is #DEFFCA. Grayscale: #0F0F0F. Windows color (decimal): -14614475 or 3473441. OLE color: 3473441.

HSL color Cylindrical-coordinate representation of color #210035: hue angle of 277.36º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210035 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 0 53 -
CMYK 0.38 1 0 0.79
HSL 277.36º 1% 0.1% -
HSV(B) 277.36º 1% 0.21% -
XYZ 1.27 0.58 3.41 -
YUV 15.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 33 0 53 0.38 1 0 0.79 277.36 1 0.1
Hex 21 0 35 26 64 0 4F 115 64 A
Octal 41 0 65 46 144 0 117 425 144 12
Binary 100001 0 110101 100110 1100100 0 1001111 100010101 1100100 1010

Color Harmonies of #210035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210035

Black with #210035

Text Example


Text Example

White with #210035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210035; }

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

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

background-color css

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

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

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

border-color css

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

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

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