Html Css Color HEX #210146 Blackcurrant

📋 copy color: '#210146'

red 33 ◦ green 1 ◦ blue 70

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

Shades of Blackcurrant #210146

Tints of Blackcurrant #210146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

 BLUE value IS 70 (27.73% from 255) = 67.31%

R = 31.73%
G = 0.96%
B = 67.31%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#210146 (or 0x210146) is known color: Blackcurrant. HEX triplet: 21, 01 and 46. RGB value is (33,1,70). Sum of RGB (Red+Green+Blue) = 33+1+70=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 70 (27.73% from 255 or 67.31% from 104); Max value from RGB is 70 - color contains mainly: blue. Hex color #210146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210146 is #DEFEB9. Grayscale: #121212. Windows color (decimal): -14614202 or 4587809. OLE color: 4587809.

HSL color Cylindrical-coordinate representation of color #210146: hue angle of 267.83º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #210146 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 1 70 -
CMYK 0.53 0.99 0 0.73
HSL 267.83º 0.97% 0.14% -
HSV(B) 267.83º 0.99% 0.27% -
XYZ 1.74 0.79 5.85 -
YUV 18.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 33 1 70 0.53 0.99 0 0.73 267.83 0.97 0.14
Hex 21 1 46 35 63 0 49 10C 61 E
Octal 41 1 106 65 143 0 111 414 141 16
Binary 100001 1 1000110 110101 1100011 0 1001001 100001100 1100001 1110

Color Harmonies of #210146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210146

Black with #210146

Text Example


Text Example

White with #210146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210146; }

 p { color: rgb(33,1,70); }

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

background-color css

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

 a { background-color: rgb(33,1,70); }

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

border-color css

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

 span { border-color: rgb(33,1,70); }

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