Html Css Color HEX #211230 Blackcurrant

📋 copy color: '#211230'

red 33 ◦ green 18 ◦ blue 48

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

Shades of Blackcurrant #211230

Tints of Blackcurrant #211230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.18%

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

R = 33.33%
G = 18.18%
B = 48.48%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#211230 (or 0x211230) is known color: Blackcurrant. HEX triplet: 21, 12 and 30. RGB value is (33,18,48). Sum of RGB (Red+Green+Blue) = 33+18+48=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #211230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211230 is #DEEDCF. Grayscale: #191919. Windows color (decimal): -14609872 or 3150369. OLE color: 3150369.

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

Color convert

RGB 33 18 48 -
CMYK 0.31 0.63 0 0.81
HSL 270º 0.45% 0.13% -
HSV(B) 270º 0.63% 0.19% -
XYZ 1.38 0.97 2.91 -
YUV 25.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 33 18 48 0.31 0.63 0 0.81 270 0.45 0.13
Hex 21 12 30 1F 3F 0 51 10E 2D D
Octal 41 22 60 37 77 0 121 416 55 15
Binary 100001 10010 110000 11111 111111 0 1010001 100001110 101101 1101

Color Harmonies of #211230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211230

Black with #211230

Text Example


Text Example

White with #211230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211230; }

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

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

background-color css

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

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

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

border-color css

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

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

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