Html Css Color HEX #221534 Blackcurrant

📋 copy color: '#221534'

red 34 ◦ green 21 ◦ blue 52

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

Shades of Blackcurrant #221534

Tints of Blackcurrant #221534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.63%

 BLUE value IS 52 (20.7% from 255) = 48.6%

R = 31.78%
G = 19.63%
B = 48.6%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#221534 (or 0x221534) is known color: Blackcurrant. HEX triplet: 22, 15 and 34. RGB value is (34,21,52). Sum of RGB (Red+Green+Blue) = 34+21+52=107 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.78% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #221534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221534 is #DDEACB. Grayscale: #1C1C1C. Windows color (decimal): -14543564 or 3413282. OLE color: 3413282.

HSL color Cylindrical-coordinate representation of color #221534: hue angle of 265.16º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #221534 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 34 21 52 -
CMYK 0.35 0.60 0 0.80
HSL 265.16º 0.42% 0.14% -
HSV(B) 265.16º 0.6% 0.2% -
XYZ 1.55 1.12 3.38 -
YUV 28.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 34 21 52 0.35 0.60 0 0.80 265.16 0.42 0.14
Hex 22 15 34 23 3C 0 50 109 2A E
Octal 42 25 64 43 74 0 120 411 52 16
Binary 100010 10101 110100 100011 111100 0 1010000 100001001 101010 1110

Color Harmonies of #221534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221534

Black with #221534

Text Example


Text Example

White with #221534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221534; }

 p { color: rgb(34,21,52); }

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

background-color css

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

 a { background-color: rgb(34,21,52); }

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

border-color css

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

 span { border-color: rgb(34,21,52); }

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