Html Css Color HEX #221825 Blackcurrant

📋 copy color: '#221825'

red 34 ◦ green 24 ◦ blue 37

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

Shades of Blackcurrant #221825

Tints of Blackcurrant #221825

RGB

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

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

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

R = 35.79%
G = 25.26%
B = 38.95%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#221825 (or 0x221825) is known color: Blackcurrant. HEX triplet: 22, 18 and 25. RGB value is (34,24,37). Sum of RGB (Red+Green+Blue) = 34+24+37=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 37 - color contains mainly: blue. Hex color #221825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221825 is #DDE7DA. Grayscale: #1C1C1C. Windows color (decimal): -14542811 or 2431010. OLE color: 2431010.

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

Color convert

RGB 34 24 37 -
CMYK 0.08 0.35 0 0.85
HSL 286.15º 0.21% 0.12% -
HSV(B) 286.15º 0.35% 0.15% -
XYZ 1.32 1.13 1.9 -
YUV 28.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 34 24 37 0.08 0.35 0 0.85 286.15 0.21 0.12
Hex 22 18 25 8 23 0 55 11E 15 C
Octal 42 30 45 10 43 0 125 436 25 14
Binary 100010 11000 100101 1000 100011 0 1010101 100011110 10101 1100

Color Harmonies of #221825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221825

Black with #221825

Text Example


Text Example

White with #221825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221825; }

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

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

background-color css

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

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

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

border-color css

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

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

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