Html Css Color HEX #220738 Blackcurrant

📋 copy color: '#220738'

red 34 ◦ green 7 ◦ blue 56

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

Shades of Blackcurrant #220738

Tints of Blackcurrant #220738

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.22%

 BLUE value IS 56 (22.27% from 255) = 57.73%

R = 35.05%
G = 7.22%
B = 57.73%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#220738 (or 0x220738) is known color: Blackcurrant. HEX triplet: 22, 07 and 38. RGB value is (34,7,56). Sum of RGB (Red+Green+Blue) = 34+7+56=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #220738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220738 is #DDF8C7. Grayscale: #141414. Windows color (decimal): -14547144 or 3671842. OLE color: 3671842.

HSL color Cylindrical-coordinate representation of color #220738: hue angle of 273.06º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220738 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 34 7 56 -
CMYK 0.39 0.88 0 0.78
HSL 273.06º 0.78% 0.12% -
HSV(B) 273.06º 0.88% 0.22% -
XYZ 1.45 0.78 3.82 -
YUV 20.66 147.95 137.52 -
System Red Green Blue C M Y K H S L
Decimal 34 7 56 0.39 0.88 0 0.78 273.06 0.78 0.12
Hex 22 7 38 27 58 0 4E 111 4E C
Octal 42 7 70 47 130 0 116 421 116 14
Binary 100010 111 111000 100111 1011000 0 1001110 100010001 1001110 1100

Color Harmonies of #220738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220738

Black with #220738

Text Example


Text Example

White with #220738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220738; }

 p { color: rgb(34,7,56); }

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

background-color css

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

 a { background-color: rgb(34,7,56); }

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

border-color css

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

 span { border-color: rgb(34,7,56); }

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