Html Css Color HEX #221F23 Blackcurrant

📋 copy color: '#221F23'

red 34 ◦ green 31 ◦ blue 35

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

Shades of Blackcurrant #221F23

Tints of Blackcurrant #221F23

RGB

 RED value IS 34 (13.67% from 255) = 34%

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

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

R = 34%
G = 31%
B = 35%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#221F23 (or 0x221F23) is known color: Blackcurrant. HEX triplet: 22, 1F and 23. RGB value is (34,31,35). Sum of RGB (Red+Green+Blue) = 34+31+35=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 35 - color contains mainly: blue. Hex color #221F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221F23 is #DDE0DC. Grayscale: #202020. Windows color (decimal): -14541021 or 2301730. OLE color: 2301730.

HSL color Cylindrical-coordinate representation of color #221F23: hue angle of 285º 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 #221F23 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 34 31 35 -
CMYK 0.03 0.11 0 0.86
HSL 285º 0.06% 0.13% -
HSV(B) 285º 0.11% 0.14% -
XYZ 1.45 1.44 1.79 -
YUV 32.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 34 31 35 0.03 0.11 0 0.86 285 0.06 0.13
Hex 22 1F 23 3 B 0 56 11D 6 D
Octal 42 37 43 3 13 0 126 435 6 15
Binary 100010 11111 100011 11 1011 0 1010110 100011101 110 1101

Color Harmonies of #221F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F23

Black with #221F23

Text Example


Text Example

White with #221F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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