Html Css Color HEX #221336 Blackcurrant

📋 copy color: '#221336'

red 34 ◦ green 19 ◦ blue 54

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

Shades of Blackcurrant #221336

Tints of Blackcurrant #221336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

 BLUE value IS 54 (21.48% from 255) = 50.47%

R = 31.78%
G = 17.76%
B = 50.47%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#221336 (or 0x221336) is known color: Blackcurrant. HEX triplet: 22, 13 and 36. RGB value is (34,19,54). Sum of RGB (Red+Green+Blue) = 34+19+54=107 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.78% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #221336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221336 is #DDECC9. Grayscale: #1B1B1B. Windows color (decimal): -14544074 or 3543842. OLE color: 3543842.

HSL color Cylindrical-coordinate representation of color #221336: hue angle of 265.71º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #221336 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 34 19 54 -
CMYK 0.37 0.65 0 0.79
HSL 265.71º 0.48% 0.14% -
HSV(B) 265.71º 0.65% 0.21% -
XYZ 1.56 1.07 3.61 -
YUV 27.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 34 19 54 0.37 0.65 0 0.79 265.71 0.48 0.14
Hex 22 13 36 25 41 0 4F 10A 30 E
Octal 42 23 66 45 101 0 117 412 60 16
Binary 100010 10011 110110 100101 1000001 0 1001111 100001010 110000 1110

Color Harmonies of #221336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221336

Black with #221336

Text Example


Text Example

White with #221336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221336; }

 p { color: rgb(34,19,54); }

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

background-color css

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

 a { background-color: rgb(34,19,54); }

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

border-color css

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

 span { border-color: rgb(34,19,54); }

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