Html Css Color HEX #211923 Blackcurrant

📋 copy color: '#211923'

red 33 ◦ green 25 ◦ blue 35

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

Shades of Blackcurrant #211923

Tints of Blackcurrant #211923

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.88%

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

R = 35.48%
G = 26.88%
B = 37.63%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#211923 (or 0x211923) is known color: Blackcurrant. HEX triplet: 21, 19 and 23. RGB value is (33,25,35). Sum of RGB (Red+Green+Blue) = 33+25+35=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 35 - color contains mainly: blue. Hex color #211923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211923 is #DEE6DC. Grayscale: #1C1C1C. Windows color (decimal): -14608093 or 2300193. OLE color: 2300193.

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

Color convert

RGB 33 25 35 -
CMYK 0.06 0.29 0 0.86
HSL 288º 0.17% 0.12% -
HSV(B) 288º 0.29% 0.14% -
XYZ 1.28 1.14 1.74 -
YUV 28.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 33 25 35 0.06 0.29 0 0.86 288 0.17 0.12
Hex 21 19 23 6 1D 0 56 120 11 C
Octal 41 31 43 6 35 0 126 440 21 14
Binary 100001 11001 100011 110 11101 0 1010110 100100000 10001 1100

Color Harmonies of #211923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211923

Black with #211923

Text Example


Text Example

White with #211923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211923; }

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

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

background-color css

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

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

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

border-color css

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

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

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