Html Css Color HEX #220130 Blackcurrant

📋 copy color: '#220130'

red 34 ◦ green 1 ◦ blue 48

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

Shades of Blackcurrant #220130

Tints of Blackcurrant #220130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.2%

 BLUE value IS 48 (19.14% from 255) = 57.83%

R = 40.96%
G = 1.2%
B = 57.83%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#220130 (or 0x220130) is known color: Blackcurrant. HEX triplet: 22, 01 and 30. RGB value is (34,1,48). Sum of RGB (Red+Green+Blue) = 34+1+48=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #220130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220130 is #DDFECF. Grayscale: #101010. Windows color (decimal): -14548688 or 3146018. OLE color: 3146018.

HSL color Cylindrical-coordinate representation of color #220130: hue angle of 282.13º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220130 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 34 1 48 -
CMYK 0.29 0.98 0 0.81
HSL 282.13º 0.96% 0.1% -
HSV(B) 282.13º 0.98% 0.19% -
XYZ 1.2 0.58 2.84 -
YUV 16.23 145.93 140.68 -
System Red Green Blue C M Y K H S L
Decimal 34 1 48 0.29 0.98 0 0.81 282.13 0.96 0.1
Hex 22 1 30 1D 62 0 51 11A 60 A
Octal 42 1 60 35 142 0 121 432 140 12
Binary 100010 1 110000 11101 1100010 0 1010001 100011010 1100000 1010

Color Harmonies of #220130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220130

Black with #220130

Text Example


Text Example

White with #220130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220130; }

 p { color: rgb(34,1,48); }

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

background-color css

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

 a { background-color: rgb(34,1,48); }

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

border-color css

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

 span { border-color: rgb(34,1,48); }

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