Html Css Color HEX #221F25 Blackcurrant

📋 copy color: '#221F25'

red 34 ◦ green 31 ◦ blue 37

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

Shades of Blackcurrant #221F25

Tints of Blackcurrant #221F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 36.27%

R = 33.33%
G = 30.39%
B = 36.27%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#221F25 (or 0x221F25) is known color: Blackcurrant. HEX triplet: 22, 1F and 25. RGB value is (34,31,37). Sum of RGB (Red+Green+Blue) = 34+31+37=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 37 - color contains mainly: blue. Hex color #221F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221F25 is #DDE0DA. Grayscale: #202020. Windows color (decimal): -14541019 or 2432802. OLE color: 2432802.

HSL color Cylindrical-coordinate representation of color #221F25: hue angle of 270º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #221F25 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 34 31 37 -
CMYK 0.08 0.16 0 0.85
HSL 270º 0.09% 0.13% -
HSV(B) 270º 0.16% 0.15% -
XYZ 1.48 1.45 1.95 -
YUV 32.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 34 31 37 0.08 0.16 0 0.85 270 0.09 0.13
Hex 22 1F 25 8 10 0 55 10E 9 D
Octal 42 37 45 10 20 0 125 416 11 15
Binary 100010 11111 100101 1000 10000 0 1010101 100001110 1001 1101

Color Harmonies of #221F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F25

Black with #221F25

Text Example


Text Example

White with #221F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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