Html Css Color HEX #221130 Blackcurrant

📋 copy color: '#221130'

red 34 ◦ green 17 ◦ blue 48

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

Shades of Blackcurrant #221130

Tints of Blackcurrant #221130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.17%

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

R = 34.34%
G = 17.17%
B = 48.48%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#221130 (or 0x221130) is known color: Blackcurrant. HEX triplet: 22, 11 and 30. RGB value is (34,17,48). Sum of RGB (Red+Green+Blue) = 34+17+48=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #221130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221130 is #DDEECF. Grayscale: #191919. Windows color (decimal): -14544592 or 3150114. OLE color: 3150114.

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

Color convert

RGB 34 17 48 -
CMYK 0.29 0.65 0 0.81
HSL 272.9º 0.48% 0.13% -
HSV(B) 272.9º 0.65% 0.19% -
XYZ 1.39 0.95 2.91 -
YUV 25.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 34 17 48 0.29 0.65 0 0.81 272.9 0.48 0.13
Hex 22 11 30 1D 41 0 51 111 30 D
Octal 42 21 60 35 101 0 121 421 60 15
Binary 100010 10001 110000 11101 1000001 0 1010001 100010001 110000 1101

Color Harmonies of #221130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221130

Black with #221130

Text Example


Text Example

White with #221130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221130; }

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

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

background-color css

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

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

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

border-color css

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

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

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