Html Css Color HEX #210336 Blackcurrant

📋 copy color: '#210336'

red 33 ◦ green 3 ◦ blue 54

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

Shades of Blackcurrant #210336

Tints of Blackcurrant #210336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 60%

R = 36.67%
G = 3.33%
B = 60%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#210336 (or 0x210336) is known color: Blackcurrant. HEX triplet: 21, 03 and 36. RGB value is (33,3,54). Sum of RGB (Red+Green+Blue) = 33+3+54=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 54 (21.48% from 255 or 60% from 90); Max value from RGB is 54 - color contains mainly: blue. Hex color #210336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210336 is #DEFCC9. Grayscale: #111111. Windows color (decimal): -14613706 or 3539745. OLE color: 3539745.

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

Color convert

RGB 33 3 54 -
CMYK 0.39 0.94 0 0.79
HSL 275.29º 0.89% 0.11% -
HSV(B) 275.29º 0.94% 0.21% -
XYZ 1.33 0.65 3.55 -
YUV 17.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 33 3 54 0.39 0.94 0 0.79 275.29 0.89 0.11
Hex 21 3 36 27 5E 0 4F 113 59 B
Octal 41 3 66 47 136 0 117 423 131 13
Binary 100001 11 110110 100111 1011110 0 1001111 100010011 1011001 1011

Color Harmonies of #210336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210336

Black with #210336

Text Example


Text Example

White with #210336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210336; }

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

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

background-color css

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

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

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

border-color css

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

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

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