Html Css Color HEX #221239 Blackcurrant

📋 copy color: '#221239'

red 34 ◦ green 18 ◦ blue 57

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

Shades of Blackcurrant #221239

Tints of Blackcurrant #221239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.51%

 BLUE value IS 57 (22.66% from 255) = 52.29%

R = 31.19%
G = 16.51%
B = 52.29%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#221239 (or 0x221239) is known color: Blackcurrant. HEX triplet: 22, 12 and 39. RGB value is (34,18,57). Sum of RGB (Red+Green+Blue) = 34+18+57=109 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.19% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #221239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221239 is #DDEDC6. Grayscale: #1B1B1B. Windows color (decimal): -14544327 or 3740194. OLE color: 3740194.

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

Color convert

RGB 34 18 57 -
CMYK 0.40 0.68 0 0.78
HSL 264.62º 0.52% 0.15% -
HSV(B) 264.62º 0.68% 0.22% -
XYZ 1.61 1.07 3.99 -
YUV 27.23 144.8 132.83 -
System Red Green Blue C M Y K H S L
Decimal 34 18 57 0.40 0.68 0 0.78 264.62 0.52 0.15
Hex 22 12 39 28 44 0 4E 109 34 F
Octal 42 22 71 50 104 0 116 411 64 17
Binary 100010 10010 111001 101000 1000100 0 1001110 100001001 110100 1111

Color Harmonies of #221239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221239

Black with #221239

Text Example


Text Example

White with #221239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221239; }

 p { color: rgb(34,18,57); }

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

background-color css

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

 a { background-color: rgb(34,18,57); }

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

border-color css

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

 span { border-color: rgb(34,18,57); }

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