Html Css Color HEX #210334 Blackcurrant

📋 copy color: '#210334'

red 33 ◦ green 3 ◦ blue 52

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

Shades of Blackcurrant #210334

Tints of Blackcurrant #210334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 59.09%

R = 37.5%
G = 3.41%
B = 59.09%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#210334 (or 0x210334) is known color: Blackcurrant. HEX triplet: 21, 03 and 34. RGB value is (33,3,52). Sum of RGB (Red+Green+Blue) = 33+3+52=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #210334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210334 is #DEFCCB. Grayscale: #111111. Windows color (decimal): -14613708 or 3408673. OLE color: 3408673.

HSL color Cylindrical-coordinate representation of color #210334: hue angle of 276.73º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210334 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 3 52 -
CMYK 0.37 0.94 0 0.80
HSL 276.73º 0.89% 0.11% -
HSV(B) 276.73º 0.94% 0.2% -
XYZ 1.28 0.64 3.3 -
YUV 17.56 147.44 139.02 -
System Red Green Blue C M Y K H S L
Decimal 33 3 52 0.37 0.94 0 0.80 276.73 0.89 0.11
Hex 21 3 34 25 5E 0 50 115 59 B
Octal 41 3 64 45 136 0 120 425 131 13
Binary 100001 11 110100 100101 1011110 0 1010000 100010101 1011001 1011

Color Harmonies of #210334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210334

Black with #210334

Text Example


Text Example

White with #210334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210334; }

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

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

background-color css

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

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

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

border-color css

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

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

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