Html Css Color HEX #210335 Blackcurrant

📋 copy color: '#210335'

red 33 ◦ green 3 ◦ blue 53

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

Shades of Blackcurrant #210335

Tints of Blackcurrant #210335

RGB

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

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

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

R = 37.08%
G = 3.37%
B = 59.55%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#210335 (or 0x210335) is known color: Blackcurrant. HEX triplet: 21, 03 and 35. RGB value is (33,3,53). Sum of RGB (Red+Green+Blue) = 33+3+53=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #210335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210335 is #DEFCCA. Grayscale: #111111. Windows color (decimal): -14613707 or 3474209. OLE color: 3474209.

HSL color Cylindrical-coordinate representation of color #210335: hue angle of 276º 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 #210335 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 3 53 -
CMYK 0.38 0.94 0 0.79
HSL 276º 0.89% 0.11% -
HSV(B) 276º 0.94% 0.21% -
XYZ 1.3 0.65 3.42 -
YUV 17.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 33 3 53 0.38 0.94 0 0.79 276 0.89 0.11
Hex 21 3 35 26 5E 0 4F 114 59 B
Octal 41 3 65 46 136 0 117 424 131 13
Binary 100001 11 110101 100110 1011110 0 1001111 100010100 1011001 1011

Color Harmonies of #210335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210335

Black with #210335

Text Example


Text Example

White with #210335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210335; }

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

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

background-color css

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

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

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

border-color css

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

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

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