Html Css Color HEX #221625 Blackcurrant

📋 copy color: '#221625'

red 34 ◦ green 22 ◦ blue 37

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

Shades of Blackcurrant #221625

Tints of Blackcurrant #221625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.66%

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

R = 36.56%
G = 23.66%
B = 39.78%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#221625 (or 0x221625) is known color: Blackcurrant. HEX triplet: 22, 16 and 25. RGB value is (34,22,37). Sum of RGB (Red+Green+Blue) = 34+22+37=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: blue. Hex color #221625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221625 is #DDE9DA. Grayscale: #1B1B1B. Windows color (decimal): -14543323 or 2430498. OLE color: 2430498.

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

Color convert

RGB 34 22 37 -
CMYK 0.08 0.41 0 0.85
HSL 288º 0.25% 0.12% -
HSV(B) 288º 0.41% 0.15% -
XYZ 1.28 1.05 1.88 -
YUV 27.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 34 22 37 0.08 0.41 0 0.85 288 0.25 0.12
Hex 22 16 25 8 29 0 55 120 19 C
Octal 42 26 45 10 51 0 125 440 31 14
Binary 100010 10110 100101 1000 101001 0 1010101 100100000 11001 1100

Color Harmonies of #221625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221625

Black with #221625

Text Example


Text Example

White with #221625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221625; }

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

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

background-color css

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

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

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

border-color css

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

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

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