Html Css Color HEX #211130 Blackcurrant

📋 copy color: '#211130'

red 33 ◦ green 17 ◦ blue 48

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

Shades of Blackcurrant #211130

Tints of Blackcurrant #211130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.35%

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

R = 33.67%
G = 17.35%
B = 48.98%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#211130 (or 0x211130) is known color: Blackcurrant. HEX triplet: 21, 11 and 30. RGB value is (33,17,48). Sum of RGB (Red+Green+Blue) = 33+17+48=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #211130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211130 is #DEEECF. Grayscale: #191919. Windows color (decimal): -14610128 or 3150113. OLE color: 3150113.

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

Color convert

RGB 33 17 48 -
CMYK 0.31 0.65 0 0.81
HSL 270.97º 0.48% 0.13% -
HSV(B) 270.97º 0.65% 0.19% -
XYZ 1.36 0.94 2.91 -
YUV 25.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 33 17 48 0.31 0.65 0 0.81 270.97 0.48 0.13
Hex 21 11 30 1F 41 0 51 10F 30 D
Octal 41 21 60 37 101 0 121 417 60 15
Binary 100001 10001 110000 11111 1000001 0 1010001 100001111 110000 1101

Color Harmonies of #211130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211130

Black with #211130

Text Example


Text Example

White with #211130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211130; }

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

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

background-color css

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

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

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

border-color css

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

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

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