Html Css Color HEX #220830 Blackcurrant

📋 copy color: '#220830'

red 34 ◦ green 8 ◦ blue 48

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

Shades of Blackcurrant #220830

Tints of Blackcurrant #220830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.89%

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

R = 37.78%
G = 8.89%
B = 53.33%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#220830 (or 0x220830) is known color: Blackcurrant. HEX triplet: 22, 08 and 30. RGB value is (34,8,48). Sum of RGB (Red+Green+Blue) = 34+8+48=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #220830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220830 is #DDF7CF. Grayscale: #141414. Windows color (decimal): -14546896 or 3147810. OLE color: 3147810.

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

Color convert

RGB 34 8 48 -
CMYK 0.29 0.83 0 0.81
HSL 279º 0.71% 0.11% -
HSV(B) 279º 0.83% 0.19% -
XYZ 1.28 0.73 2.87 -
YUV 20.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 34 8 48 0.29 0.83 0 0.81 279 0.71 0.11
Hex 22 8 30 1D 53 0 51 117 47 B
Octal 42 10 60 35 123 0 121 427 107 13
Binary 100010 1000 110000 11101 1010011 0 1010001 100010111 1000111 1011

Color Harmonies of #220830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220830

Black with #220830

Text Example


Text Example

White with #220830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220830; }

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

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

background-color css

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

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

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

border-color css

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

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

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