Html Css Color HEX #210030 Blackcurrant

📋 copy color: '#210030'

red 33 ◦ green 0 ◦ blue 48

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

Shades of Blackcurrant #210030

Tints of Blackcurrant #210030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.74%
G = 0%
B = 59.26%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#210030 (or 0x210030) is known color: Blackcurrant. HEX triplet: 21, 00 and 30. RGB value is (33,0,48). Sum of RGB (Red+Green+Blue) = 33+0+48=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #210030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210030 is #DEFFCF. Grayscale: #0F0F0F. Windows color (decimal): -14614480 or 3145761. OLE color: 3145761.

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

Color convert

RGB 33 0 48 -
CMYK 0.31 1 0 0.81
HSL 281.25º 1% 0.09% -
HSV(B) 281.25º 1% 0.19% -
XYZ 1.16 0.54 2.84 -
YUV 15.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 33 0 48 0.31 1 0 0.81 281.25 1 0.09
Hex 21 0 30 1F 64 0 51 119 64 9
Octal 41 0 60 37 144 0 121 431 144 11
Binary 100001 0 110000 11111 1100100 0 1010001 100011001 1100100 1001

Color Harmonies of #210030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210030

Black with #210030

Text Example


Text Example

White with #210030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210030; }

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

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

background-color css

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

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

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

border-color css

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

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

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