Html Css Color HEX #220C41 Blackcurrant

📋 copy color: '#220C41'

red 34 ◦ green 12 ◦ blue 65

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

Shades of Blackcurrant #220C41

Tints of Blackcurrant #220C41

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.81%

 BLUE value IS 65 (25.78% from 255) = 58.56%

R = 30.63%
G = 10.81%
B = 58.56%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#220C41 (or 0x220C41) is known color: Blackcurrant. HEX triplet: 22, 0C and 41. RGB value is (34,12,65). Sum of RGB (Red+Green+Blue) = 34+12+65=111 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.63% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #220C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220C41 is #DDF3BE. Grayscale: #181818. Windows color (decimal): -14545855 or 4262946. OLE color: 4262946.

HSL color Cylindrical-coordinate representation of color #220C41: hue angle of 264.91º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #220C41 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 34 12 65 -
CMYK 0.48 0.82 0 0.75
HSL 264.91º 0.69% 0.15% -
HSV(B) 264.91º 0.82% 0.25% -
XYZ 1.75 0.98 5.1 -
YUV 24.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 34 12 65 0.48 0.82 0 0.75 264.91 0.69 0.15
Hex 22 C 41 30 52 0 4B 109 45 F
Octal 42 14 101 60 122 0 113 411 105 17
Binary 100010 1100 1000001 110000 1010010 0 1001011 100001001 1000101 1111

Color Harmonies of #220C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220C41

Black with #220C41

Text Example


Text Example

White with #220C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,12,65); }

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

background-color css

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

 a { background-color: rgb(34,12,65); }

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

border-color css

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

 span { border-color: rgb(34,12,65); }

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