Html Css Color HEX #220F30 Blackcurrant

📋 copy color: '#220F30'

red 34 ◦ green 15 ◦ blue 48

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

Shades of Blackcurrant #220F30

Tints of Blackcurrant #220F30

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.46%

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

R = 35.05%
G = 15.46%
B = 49.48%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#220F30 (or 0x220F30) is known color: Blackcurrant. HEX triplet: 22, 0F and 30. RGB value is (34,15,48). Sum of RGB (Red+Green+Blue) = 34+15+48=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #220F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220F30 is #DDF0CF. Grayscale: #181818. Windows color (decimal): -14545104 or 3149602. OLE color: 3149602.

HSL color Cylindrical-coordinate representation of color #220F30: hue angle of 274.55º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #220F30 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 34 15 48 -
CMYK 0.29 0.69 0 0.81
HSL 274.55º 0.52% 0.12% -
HSV(B) 274.55º 0.69% 0.19% -
XYZ 1.36 0.9 2.9 -
YUV 24.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 34 15 48 0.29 0.69 0 0.81 274.55 0.52 0.12
Hex 22 F 30 1D 45 0 51 113 34 C
Octal 42 17 60 35 105 0 121 423 64 14
Binary 100010 1111 110000 11101 1000101 0 1010001 100010011 110100 1100

Color Harmonies of #220F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220F30

Black with #220F30

Text Example


Text Example

White with #220F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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