Html Css Color HEX #210530 Blackcurrant

📋 copy color: '#210530'

red 33 ◦ green 5 ◦ blue 48

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

Shades of Blackcurrant #210530

Tints of Blackcurrant #210530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 55.81%

R = 38.37%
G = 5.81%
B = 55.81%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#210530 (or 0x210530) is known color: Blackcurrant. HEX triplet: 21, 05 and 30. RGB value is (33,5,48). Sum of RGB (Red+Green+Blue) = 33+5+48=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #210530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210530 is #DEFACF. Grayscale: #121212. Windows color (decimal): -14613200 or 3147041. OLE color: 3147041.

HSL color Cylindrical-coordinate representation of color #210530: hue angle of 279.07º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #210530 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 5 48 -
CMYK 0.31 0.90 0 0.81
HSL 279.07º 0.81% 0.1% -
HSV(B) 279.07º 0.9% 0.19% -
XYZ 1.21 0.65 2.86 -
YUV 18.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 33 5 48 0.31 0.90 0 0.81 279.07 0.81 0.1
Hex 21 5 30 1F 5A 0 51 117 51 A
Octal 41 5 60 37 132 0 121 427 121 12
Binary 100001 101 110000 11111 1011010 0 1010001 100010111 1010001 1010

Color Harmonies of #210530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210530

Black with #210530

Text Example


Text Example

White with #210530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210530; }

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

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

background-color css

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

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

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

border-color css

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

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

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