Html Css Color HEX #221A25 Blackcurrant

📋 copy color: '#221A25'

red 34 ◦ green 26 ◦ blue 37

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

Shades of Blackcurrant #221A25

Tints of Blackcurrant #221A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.8%

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

R = 35.05%
G = 26.8%
B = 38.14%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#221A25 (or 0x221A25) is known color: Blackcurrant. HEX triplet: 22, 1A and 25. RGB value is (34,26,37). Sum of RGB (Red+Green+Blue) = 34+26+37=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 37 - color contains mainly: blue. Hex color #221A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221A25 is #DDE5DA. Grayscale: #1D1D1D. Windows color (decimal): -14542299 or 2431522. OLE color: 2431522.

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

Color convert

RGB 34 26 37 -
CMYK 0.08 0.30 0 0.85
HSL 283.64º 0.17% 0.12% -
HSV(B) 283.64º 0.3% 0.15% -
XYZ 1.36 1.21 1.91 -
YUV 29.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 34 26 37 0.08 0.30 0 0.85 283.64 0.17 0.12
Hex 22 1A 25 8 1E 0 55 11C 11 C
Octal 42 32 45 10 36 0 125 434 21 14
Binary 100010 11010 100101 1000 11110 0 1010101 100011100 10001 1100

Color Harmonies of #221A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221A25

Black with #221A25

Text Example


Text Example

White with #221A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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