Html Css Color HEX #211823 Blackcurrant

📋 copy color: '#211823'

red 33 ◦ green 24 ◦ blue 35

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

Shades of Blackcurrant #211823

Tints of Blackcurrant #211823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.09%

 BLUE value IS 35 (14.06% from 255) = 38.04%

R = 35.87%
G = 26.09%
B = 38.04%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#211823 (or 0x211823) is known color: Blackcurrant. HEX triplet: 21, 18 and 23. RGB value is (33,24,35). Sum of RGB (Red+Green+Blue) = 33+24+35=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 35 (14.06% from 255 or 38.04% from 92); Max value from RGB is 35 - color contains mainly: blue. Hex color #211823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211823 is #DEE7DC. Grayscale: #1B1B1B. Windows color (decimal): -14608349 or 2299937. OLE color: 2299937.

HSL color Cylindrical-coordinate representation of color #211823: hue angle of 289.09º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #211823 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 24 35 -
CMYK 0.06 0.31 0 0.86
HSL 289.09º 0.19% 0.12% -
HSV(B) 289.09º 0.31% 0.14% -
XYZ 1.26 1.1 1.74 -
YUV 27.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 33 24 35 0.06 0.31 0 0.86 289.09 0.19 0.12
Hex 21 18 23 6 1F 0 56 121 13 C
Octal 41 30 43 6 37 0 126 441 23 14
Binary 100001 11000 100011 110 11111 0 1010110 100100001 10011 1100

Color Harmonies of #211823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211823

Black with #211823

Text Example


Text Example

White with #211823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211823; }

 p { color: rgb(33,24,35); }

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

background-color css

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

 a { background-color: rgb(33,24,35); }

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

border-color css

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

 span { border-color: rgb(33,24,35); }

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