Html Css Color HEX #221B25 Blackcurrant

📋 copy color: '#221B25'

red 34 ◦ green 27 ◦ blue 37

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

Shades of Blackcurrant #221B25

Tints of Blackcurrant #221B25

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27.55%

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

R = 34.69%
G = 27.55%
B = 37.76%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#221B25 (or 0x221B25) is known color: Blackcurrant. HEX triplet: 22, 1B and 25. RGB value is (34,27,37). Sum of RGB (Red+Green+Blue) = 34+27+37=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 37 - color contains mainly: blue. Hex color #221B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B25 is #DDE4DA. Grayscale: #1E1E1E. Windows color (decimal): -14542043 or 2431778. OLE color: 2431778.

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

Color convert

RGB 34 27 37 -
CMYK 0.08 0.27 0 0.85
HSL 282º 0.16% 0.13% -
HSV(B) 282º 0.27% 0.15% -
XYZ 1.39 1.26 1.92 -
YUV 30.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 34 27 37 0.08 0.27 0 0.85 282 0.16 0.13
Hex 22 1B 25 8 1B 0 55 11A 10 D
Octal 42 33 45 10 33 0 125 432 20 15
Binary 100010 11011 100101 1000 11011 0 1010101 100011010 10000 1101

Color Harmonies of #221B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221B25

Black with #221B25

Text Example


Text Example

White with #221B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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