Html Css Color HEX #22014D Blackcurrant

📋 copy color: '#22014D'

red 34 ◦ green 1 ◦ blue 77

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

Shades of Blackcurrant #22014D

Tints of Blackcurrant #22014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.89%

 BLUE value IS 77 (30.47% from 255) = 68.75%

R = 30.36%
G = 0.89%
B = 68.75%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#22014D (or 0x22014D) is known color: Blackcurrant. HEX triplet: 22, 01 and 4D. RGB value is (34,1,77). Sum of RGB (Red+Green+Blue) = 34+1+77=112 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.36% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 77 (30.47% from 255 or 68.75% from 112); Max value from RGB is 77 - color contains mainly: blue. Hex color #22014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22014D is #DDFEB2. Grayscale: #131313. Windows color (decimal): -14548659 or 5046562. OLE color: 5046562.

HSL color Cylindrical-coordinate representation of color #22014D: hue angle of 266.05º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #22014D is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 34 1 77 -
CMYK 0.56 0.99 0 0.70
HSL 266.05º 0.97% 0.15% -
HSV(B) 266.05º 0.99% 0.3% -
XYZ 2.01 0.9 7.09 -
YUV 19.53 160.43 138.32 -
System Red Green Blue C M Y K H S L
Decimal 34 1 77 0.56 0.99 0 0.70 266.05 0.97 0.15
Hex 22 1 4D 38 63 0 46 10A 61 F
Octal 42 1 115 70 143 0 106 412 141 17
Binary 100010 1 1001101 111000 1100011 0 1000110 100001010 1100001 1111

Color Harmonies of #22014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22014D

Black with #22014D

Text Example


Text Example

White with #22014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22014D; }

 p { color: rgb(34,1,77); }

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

background-color css

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

 a { background-color: rgb(34,1,77); }

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

border-color css

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

 span { border-color: rgb(34,1,77); }

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