Html Css Color HEX #210830 Blackcurrant

📋 copy color: '#210830'

red 33 ◦ green 8 ◦ blue 48

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

Shades of Blackcurrant #210830

Tints of Blackcurrant #210830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.99%

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

R = 37.08%
G = 8.99%
B = 53.93%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#210830 (or 0x210830) is known color: Blackcurrant. HEX triplet: 21, 08 and 30. RGB value is (33,8,48). Sum of RGB (Red+Green+Blue) = 33+8+48=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #210830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210830 is #DEF7CF. Grayscale: #131313. Windows color (decimal): -14612432 or 3147809. OLE color: 3147809.

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

Color convert

RGB 33 8 48 -
CMYK 0.31 0.83 0 0.81
HSL 277.5º 0.71% 0.11% -
HSV(B) 277.5º 0.83% 0.19% -
XYZ 1.25 0.71 2.87 -
YUV 20.04 143.78 137.25 -
System Red Green Blue C M Y K H S L
Decimal 33 8 48 0.31 0.83 0 0.81 277.5 0.71 0.11
Hex 21 8 30 1F 53 0 51 116 47 B
Octal 41 10 60 37 123 0 121 426 107 13
Binary 100001 1000 110000 11111 1010011 0 1010001 100010110 1000111 1011

Color Harmonies of #210830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210830

Black with #210830

Text Example


Text Example

White with #210830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210830; }

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

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

background-color css

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

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

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

border-color css

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

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

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