Html Css Color HEX #130132 Blackcurrant

📋 copy color: '#130132'

red 19 ◦ green 1 ◦ blue 50

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

Shades of Blackcurrant #130132

Tints of Blackcurrant #130132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 71.43%

R = 27.14%
G = 1.43%
B = 71.43%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#130132 (or 0x130132) is known color: Blackcurrant. HEX triplet: 13, 01 and 32. RGB value is (19,1,50). Sum of RGB (Red+Green+Blue) = 19+1+50=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 50 (19.92% from 255 or 71.43% from 70); Max value from RGB is 50 - color contains mainly: blue. Hex color #130132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130132 is #ECFECD. Grayscale: #0B0B0B. Windows color (decimal): -15531726 or 3277075. OLE color: 3277075.

HSL color Cylindrical-coordinate representation of color #130132: hue angle of 262.04º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130132 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 1 50 -
CMYK 0.62 0.98 0 0.80
HSL 262.04º 0.96% 0.1% -
HSV(B) 262.04º 0.98% 0.2% -
XYZ 0.86 0.39 3.05 -
YUV 11.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 19 1 50 0.62 0.98 0 0.80 262.04 0.96 0.1
Hex 13 1 32 3E 62 0 50 106 60 A
Octal 23 1 62 76 142 0 120 406 140 12
Binary 10011 1 110010 111110 1100010 0 1010000 100000110 1100000 1010

Color Harmonies of #130132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130132

Black with #130132

Text Example


Text Example

White with #130132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130132; }

 p { color: rgb(19,1,50); }

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

background-color css

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

 a { background-color: rgb(19,1,50); }

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

border-color css

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

 span { border-color: rgb(19,1,50); }

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