Html Css Color HEX #130138 Blackcurrant

📋 copy color: '#130138'

red 19 ◦ green 1 ◦ blue 56

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

Shades of Blackcurrant #130138

Tints of Blackcurrant #130138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 73.68%

R = 25%
G = 1.32%
B = 73.68%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#130138 (or 0x130138) is known color: Blackcurrant. HEX triplet: 13, 01 and 38. RGB value is (19,1,56). Sum of RGB (Red+Green+Blue) = 19+1+56=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 56 (22.27% from 255 or 73.68% from 76); Max value from RGB is 56 - color contains mainly: blue. Hex color #130138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130138 is #ECFEC7. Grayscale: #0C0C0C. Windows color (decimal): -15531720 or 3670291. OLE color: 3670291.

HSL color Cylindrical-coordinate representation of color #130138: hue angle of 259.64º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130138 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 1 56 -
CMYK 0.66 0.98 0 0.78
HSL 259.64º 0.96% 0.11% -
HSV(B) 259.64º 0.98% 0.22% -
XYZ 0.99 0.45 3.78 -
YUV 12.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 19 1 56 0.66 0.98 0 0.78 259.64 0.96 0.11
Hex 13 1 38 42 62 0 4E 104 60 B
Octal 23 1 70 102 142 0 116 404 140 13
Binary 10011 1 111000 1000010 1100010 0 1001110 100000100 1100000 1011

Color Harmonies of #130138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130138

Black with #130138

Text Example


Text Example

White with #130138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130138; }

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

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

background-color css

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

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

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

border-color css

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

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

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