Html Css Color HEX #221630 Blackcurrant

📋 copy color: '#221630'

red 34 ◦ green 22 ◦ blue 48

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

Shades of Blackcurrant #221630

Tints of Blackcurrant #221630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 46.15%

R = 32.69%
G = 21.15%
B = 46.15%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#221630 (or 0x221630) is known color: Blackcurrant. HEX triplet: 22, 16 and 30. RGB value is (34,22,48). Sum of RGB (Red+Green+Blue) = 34+22+48=104 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.69% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #221630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221630 is #DDE9CF. Grayscale: #1C1C1C. Windows color (decimal): -14543312 or 3151394. OLE color: 3151394.

HSL color Cylindrical-coordinate representation of color #221630: hue angle of 267.69º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #221630 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 34 22 48 -
CMYK 0.29 0.54 0 0.81
HSL 267.69º 0.37% 0.14% -
HSV(B) 267.69º 0.54% 0.19% -
XYZ 1.48 1.13 2.94 -
YUV 28.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 34 22 48 0.29 0.54 0 0.81 267.69 0.37 0.14
Hex 22 16 30 1D 36 0 51 10C 25 E
Octal 42 26 60 35 66 0 121 414 45 16
Binary 100010 10110 110000 11101 110110 0 1010001 100001100 100101 1110

Color Harmonies of #221630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221630

Black with #221630

Text Example


Text Example

White with #221630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221630; }

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

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

background-color css

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

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

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

border-color css

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

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

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