Html Css Color HEX #210527 Blackcurrant

📋 copy color: '#210527'

red 33 ◦ green 5 ◦ blue 39

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

Shades of Blackcurrant #210527

Tints of Blackcurrant #210527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.49%

 BLUE value IS 39 (15.63% from 255) = 50.65%

R = 42.86%
G = 6.49%
B = 50.65%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#210527 (or 0x210527) is known color: Blackcurrant. HEX triplet: 21, 05 and 27. RGB value is (33,5,39). Sum of RGB (Red+Green+Blue) = 33+5+39=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #210527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210527 is #DEFAD8. Grayscale: #111111. Windows color (decimal): -14613209 or 2557217. OLE color: 2557217.

HSL color Cylindrical-coordinate representation of color #210527: hue angle of 289.41º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #210527 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 5 39 -
CMYK 0.15 0.87 0 0.85
HSL 289.41º 0.77% 0.09% -
HSV(B) 289.41º 0.87% 0.15% -
XYZ 1.05 0.58 1.98 -
YUV 17.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 33 5 39 0.15 0.87 0 0.85 289.41 0.77 0.09
Hex 21 5 27 F 57 0 55 121 4D 9
Octal 41 5 47 17 127 0 125 441 115 11
Binary 100001 101 100111 1111 1010111 0 1010101 100100001 1001101 1001

Color Harmonies of #210527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210527

Black with #210527

Text Example


Text Example

White with #210527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210527; }

 p { color: rgb(33,5,39); }

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

background-color css

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

 a { background-color: rgb(33,5,39); }

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

border-color css

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

 span { border-color: rgb(33,5,39); }

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