Html Css Color HEX #220B32 Blackcurrant

📋 copy color: '#220B32'

red 34 ◦ green 11 ◦ blue 50

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

Shades of Blackcurrant #220B32

Tints of Blackcurrant #220B32

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.58%

 BLUE value IS 50 (19.92% from 255) = 52.63%

R = 35.79%
G = 11.58%
B = 52.63%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#220B32 (or 0x220B32) is known color: Blackcurrant. HEX triplet: 22, 0B and 32. RGB value is (34,11,50). Sum of RGB (Red+Green+Blue) = 34+11+50=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #220B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220B32 is #DDF4CD. Grayscale: #161616. Windows color (decimal): -14546126 or 3279650. OLE color: 3279650.

HSL color Cylindrical-coordinate representation of color #220B32: hue angle of 275.38º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #220B32 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 34 11 50 -
CMYK 0.32 0.78 0 0.80
HSL 275.38º 0.64% 0.12% -
HSV(B) 275.38º 0.78% 0.2% -
XYZ 1.36 0.81 3.1 -
YUV 22.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 34 11 50 0.32 0.78 0 0.80 275.38 0.64 0.12
Hex 22 B 32 20 4E 0 50 113 40 C
Octal 42 13 62 40 116 0 120 423 100 14
Binary 100010 1011 110010 100000 1001110 0 1010000 100010011 1000000 1100

Color Harmonies of #220B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220B32

Black with #220B32

Text Example


Text Example

White with #220B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220B32; }

 p { color: rgb(34,11,50); }

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

background-color css

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

 a { background-color: rgb(34,11,50); }

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

border-color css

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

 span { border-color: rgb(34,11,50); }

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