Html Css Color HEX #211F23 Blackcurrant

📋 copy color: '#211F23'

red 33 ◦ green 31 ◦ blue 35

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

Shades of Blackcurrant #211F23

Tints of Blackcurrant #211F23

RGB

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

 GREEN value IS 31 (12.5% from 255) = 31.31%

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

R = 33.33%
G = 31.31%
B = 35.35%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#211F23 (or 0x211F23) is known color: Blackcurrant. HEX triplet: 21, 1F and 23. RGB value is (33,31,35). Sum of RGB (Red+Green+Blue) = 33+31+35=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 35 - color contains mainly: blue. Hex color #211F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F23 is #DEE0DC. Grayscale: #202020. Windows color (decimal): -14606557 or 2301729. OLE color: 2301729.

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

Color convert

RGB 33 31 35 -
CMYK 0.06 0.11 0 0.86
HSL 270º 0.06% 0.13% -
HSV(B) 270º 0.11% 0.14% -
XYZ 1.42 1.42 1.79 -
YUV 32.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 33 31 35 0.06 0.11 0 0.86 270 0.06 0.13
Hex 21 1F 23 6 B 0 56 10E 6 D
Octal 41 37 43 6 13 0 126 416 6 15
Binary 100001 11111 100011 110 1011 0 1010110 100001110 110 1101

Color Harmonies of #211F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F23

Black with #211F23

Text Example


Text Example

White with #211F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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