Html Css Color HEX #220D30 Blackcurrant

📋 copy color: '#220D30'

red 34 ◦ green 13 ◦ blue 48

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

Shades of Blackcurrant #220D30

Tints of Blackcurrant #220D30

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.68%

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

R = 35.79%
G = 13.68%
B = 50.53%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#220D30 (or 0x220D30) is known color: Blackcurrant. HEX triplet: 22, 0D and 30. RGB value is (34,13,48). Sum of RGB (Red+Green+Blue) = 34+13+48=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #220D30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220D30 is #DDF2CF. Grayscale: #171717. Windows color (decimal): -14545616 or 3149090. OLE color: 3149090.

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

Color convert

RGB 34 13 48 -
CMYK 0.29 0.73 0 0.81
HSL 276º 0.57% 0.12% -
HSV(B) 276º 0.73% 0.19% -
XYZ 1.34 0.84 2.89 -
YUV 23.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 34 13 48 0.29 0.73 0 0.81 276 0.57 0.12
Hex 22 D 30 1D 49 0 51 114 39 C
Octal 42 15 60 35 111 0 121 424 71 14
Binary 100010 1101 110000 11101 1001001 0 1010001 100010100 111001 1100

Color Harmonies of #220D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220D30

Black with #220D30

Text Example


Text Example

White with #220D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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