Html Css Color HEX #22014C Blackcurrant

📋 copy color: '#22014C'

red 34 ◦ green 1 ◦ blue 76

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

Shades of Blackcurrant #22014C

Tints of Blackcurrant #22014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 68.47%

R = 30.63%
G = 0.9%
B = 68.47%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#22014C (or 0x22014C) is known color: Blackcurrant. HEX triplet: 22, 01 and 4C. RGB value is (34,1,76). Sum of RGB (Red+Green+Blue) = 34+1+76=111 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.63% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 76 (30.08% from 255 or 68.47% from 111); Max value from RGB is 76 - color contains mainly: blue. Hex color #22014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22014C is #DDFEB3. Grayscale: #131313. Windows color (decimal): -14548660 or 4981026. OLE color: 4981026.

HSL color Cylindrical-coordinate representation of color #22014C: hue angle of 266.4º 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 #22014C is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 34 1 76 -
CMYK 0.55 0.99 0 0.70
HSL 266.4º 0.97% 0.15% -
HSV(B) 266.4º 0.99% 0.3% -
XYZ 1.98 0.88 6.9 -
YUV 19.42 159.93 138.4 -
System Red Green Blue C M Y K H S L
Decimal 34 1 76 0.55 0.99 0 0.70 266.4 0.97 0.15
Hex 22 1 4C 37 63 0 46 10A 61 F
Octal 42 1 114 67 143 0 106 412 141 17
Binary 100010 1 1001100 110111 1100011 0 1000110 100001010 1100001 1111

Color Harmonies of #22014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22014C

Black with #22014C

Text Example


Text Example

White with #22014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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