Html Css Color HEX #130322 Blackcurrant

📋 copy color: '#130322'

red 19 ◦ green 3 ◦ blue 34

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

Shades of Blackcurrant #130322

Tints of Blackcurrant #130322

RGB

 RED value IS 19 (7.81% from 255) = 33.93%

 GREEN value IS 3 (1.56% from 255) = 5.36%

 BLUE value IS 34 (13.67% from 255) = 60.71%

R = 33.93%
G = 5.36%
B = 60.71%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#130322 (or 0x130322) is known color: Blackcurrant. HEX triplet: 13, 03 and 22. RGB value is (19,3,34). Sum of RGB (Red+Green+Blue) = 19+3+34=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 34 (13.67% from 255 or 60.71% from 56); Max value from RGB is 34 - color contains mainly: blue. Hex color #130322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130322 is #ECFCDD. Grayscale: #0B0B0B. Windows color (decimal): -15531230 or 2229011. OLE color: 2229011.

HSL color Cylindrical-coordinate representation of color #130322: hue angle of 270.97º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130322 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 3 34 -
CMYK 0.44 0.91 0 0.87
HSL 270.97º 0.84% 0.07% -
HSV(B) 270.97º 0.91% 0.13% -
XYZ 0.59 0.32 1.54 -
YUV 11.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 19 3 34 0.44 0.91 0 0.87 270.97 0.84 0.07
Hex 13 3 22 2C 5B 0 57 10F 54 7
Octal 23 3 42 54 133 0 127 417 124 7
Binary 10011 11 100010 101100 1011011 0 1010111 100001111 1010100 111

Color Harmonies of #130322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130322

Black with #130322

Text Example


Text Example

White with #130322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130322; }

 p { color: rgb(19,3,34); }

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

background-color css

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

 a { background-color: rgb(19,3,34); }

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

border-color css

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

 span { border-color: rgb(19,3,34); }

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