Html Css Color HEX #211826 Blackcurrant

📋 copy color: '#211826'

red 33 ◦ green 24 ◦ blue 38

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

Shades of Blackcurrant #211826

Tints of Blackcurrant #211826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 40%

R = 34.74%
G = 25.26%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211826 (or 0x211826) is known color: Blackcurrant. HEX triplet: 21, 18 and 26. RGB value is (33,24,38). Sum of RGB (Red+Green+Blue) = 33+24+38=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 38 - color contains mainly: blue. Hex color #211826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211826 is #DEE7D9. Grayscale: #1C1C1C. Windows color (decimal): -14608346 or 2496545. OLE color: 2496545.

HSL color Cylindrical-coordinate representation of color #211826: hue angle of 278.57º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #211826 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 24 38 -
CMYK 0.13 0.37 0 0.85
HSL 278.57º 0.23% 0.12% -
HSV(B) 278.57º 0.37% 0.15% -
XYZ 1.3 1.12 1.98 -
YUV 28.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 33 24 38 0.13 0.37 0 0.85 278.57 0.23 0.12
Hex 21 18 26 D 25 0 55 117 17 C
Octal 41 30 46 15 45 0 125 427 27 14
Binary 100001 11000 100110 1101 100101 0 1010101 100010111 10111 1100

Color Harmonies of #211826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211826

Black with #211826

Text Example


Text Example

White with #211826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211826; }

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

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

background-color css

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

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

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

border-color css

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

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

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