Html Css Color HEX #130336 Blackcurrant

📋 copy color: '#130336'

red 19 ◦ green 3 ◦ blue 54

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

Shades of Blackcurrant #130336

Tints of Blackcurrant #130336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 71.05%

R = 25%
G = 3.95%
B = 71.05%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#130336 (or 0x130336) is known color: Blackcurrant. HEX triplet: 13, 03 and 36. RGB value is (19,3,54). Sum of RGB (Red+Green+Blue) = 19+3+54=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 54 (21.48% from 255 or 71.05% from 76); Max value from RGB is 54 - color contains mainly: blue. Hex color #130336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130336 is #ECFCC9. Grayscale: #0D0D0D. Windows color (decimal): -15531210 or 3539731. OLE color: 3539731.

HSL color Cylindrical-coordinate representation of color #130336: hue angle of 258.82º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130336 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 3 54 -
CMYK 0.65 0.94 0 0.79
HSL 258.82º 0.89% 0.11% -
HSV(B) 258.82º 0.94% 0.21% -
XYZ 0.97 0.47 3.53 -
YUV 13.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 19 3 54 0.65 0.94 0 0.79 258.82 0.89 0.11
Hex 13 3 36 41 5E 0 4F 103 59 B
Octal 23 3 66 101 136 0 117 403 131 13
Binary 10011 11 110110 1000001 1011110 0 1001111 100000011 1011001 1011

Color Harmonies of #130336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130336

Black with #130336

Text Example


Text Example

White with #130336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130336; }

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

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

background-color css

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

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

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

border-color css

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

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

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