Html Css Color HEX #211430 Blackcurrant

📋 copy color: '#211430'

red 33 ◦ green 20 ◦ blue 48

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

Shades of Blackcurrant #211430

Tints of Blackcurrant #211430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.8%

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

R = 32.67%
G = 19.8%
B = 47.52%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#211430 (or 0x211430) is known color: Blackcurrant. HEX triplet: 21, 14 and 30. RGB value is (33,20,48). Sum of RGB (Red+Green+Blue) = 33+20+48=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #211430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211430 is #DEEBCF. Grayscale: #1A1A1A. Windows color (decimal): -14609360 or 3150881. OLE color: 3150881.

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

Color convert

RGB 33 20 48 -
CMYK 0.31 0.58 0 0.81
HSL 267.86º 0.41% 0.13% -
HSV(B) 267.86º 0.58% 0.19% -
XYZ 1.41 1.04 2.92 -
YUV 27.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 33 20 48 0.31 0.58 0 0.81 267.86 0.41 0.13
Hex 21 14 30 1F 3A 0 51 10C 29 D
Octal 41 24 60 37 72 0 121 414 51 15
Binary 100001 10100 110000 11111 111010 0 1010001 100001100 101001 1101

Color Harmonies of #211430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211430

Black with #211430

Text Example


Text Example

White with #211430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211430; }

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

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

background-color css

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

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

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

border-color css

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

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

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