Html Css Color HEX #130035 Blackcurrant

📋 copy color: '#130035'

red 19 ◦ green 0 ◦ blue 53

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

Shades of Blackcurrant #130035

Tints of Blackcurrant #130035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 73.61%

R = 26.39%
G = 0%
B = 73.61%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#130035 (or 0x130035) is known color: Blackcurrant. HEX triplet: 13, 00 and 35. RGB value is (19,0,53). Sum of RGB (Red+Green+Blue) = 19+0+53=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 53 (21.09% from 255 or 73.61% from 72); Max value from RGB is 53 - color contains mainly: blue. Hex color #130035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130035 is #ECFFCA. Grayscale: #0B0B0B. Windows color (decimal): -15531979 or 3473427. OLE color: 3473427.

HSL color Cylindrical-coordinate representation of color #130035: hue angle of 261.51º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130035 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 0 53 -
CMYK 0.64 1 0 0.79
HSL 261.51º 1% 0.1% -
HSV(B) 261.51º 1% 0.21% -
XYZ 0.91 0.4 3.4 -
YUV 11.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 19 0 53 0.64 1 0 0.79 261.51 1 0.1
Hex 13 0 35 40 64 0 4F 106 64 A
Octal 23 0 65 100 144 0 117 406 144 12
Binary 10011 0 110101 1000000 1100100 0 1001111 100000110 1100100 1010

Color Harmonies of #130035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130035

Black with #130035

Text Example


Text Example

White with #130035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130035; }

 p { color: rgb(19,0,53); }

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

background-color css

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

 a { background-color: rgb(19,0,53); }

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

border-color css

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

 span { border-color: rgb(19,0,53); }

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