Html Css Color HEX #221925 Blackcurrant

📋 copy color: '#221925'

red 34 ◦ green 25 ◦ blue 37

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

Shades of Blackcurrant #221925

Tints of Blackcurrant #221925

RGB

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

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

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

R = 35.42%
G = 26.04%
B = 38.54%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#221925 (or 0x221925) is known color: Blackcurrant. HEX triplet: 22, 19 and 25. RGB value is (34,25,37). Sum of RGB (Red+Green+Blue) = 34+25+37=96 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.42% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 37 - color contains mainly: blue. Hex color #221925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221925 is #DDE6DA. Grayscale: #1D1D1D. Windows color (decimal): -14542555 or 2431266. OLE color: 2431266.

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

Color convert

RGB 34 25 37 -
CMYK 0.08 0.32 0 0.85
HSL 285º 0.19% 0.12% -
HSV(B) 285º 0.32% 0.15% -
XYZ 1.34 1.17 1.91 -
YUV 29.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 34 25 37 0.08 0.32 0 0.85 285 0.19 0.12
Hex 22 19 25 8 20 0 55 11D 13 C
Octal 42 31 45 10 40 0 125 435 23 14
Binary 100010 11001 100101 1000 100000 0 1010101 100011101 10011 1100

Color Harmonies of #221925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221925

Black with #221925

Text Example


Text Example

White with #221925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221925; }

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

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

background-color css

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

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

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

border-color css

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

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

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