Html Css Color HEX #221337 Blackcurrant

📋 copy color: '#221337'

red 34 ◦ green 19 ◦ blue 55

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

Shades of Blackcurrant #221337

Tints of Blackcurrant #221337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 50.93%

R = 31.48%
G = 17.59%
B = 50.93%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#221337 (or 0x221337) is known color: Blackcurrant. HEX triplet: 22, 13 and 37. RGB value is (34,19,55). Sum of RGB (Red+Green+Blue) = 34+19+55=108 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.48% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #221337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221337 is #DDECC8. Grayscale: #1B1B1B. Windows color (decimal): -14544073 or 3609378. OLE color: 3609378.

HSL color Cylindrical-coordinate representation of color #221337: hue angle of 265º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #221337 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 34 19 55 -
CMYK 0.38 0.65 0 0.78
HSL 265º 0.49% 0.15% -
HSV(B) 265º 0.65% 0.22% -
XYZ 1.58 1.08 3.74 -
YUV 27.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 34 19 55 0.38 0.65 0 0.78 265 0.49 0.15
Hex 22 13 37 26 41 0 4E 109 31 F
Octal 42 23 67 46 101 0 116 411 61 17
Binary 100010 10011 110111 100110 1000001 0 1001110 100001001 110001 1111

Color Harmonies of #221337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221337

Black with #221337

Text Example


Text Example

White with #221337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221337; }

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

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

background-color css

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

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

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

border-color css

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

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

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