Html Css Color HEX #130036 Blackcurrant

📋 copy color: '#130036'

red 19 ◦ green 0 ◦ blue 54

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

Shades of Blackcurrant #130036

Tints of Blackcurrant #130036

RGB

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

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

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

R = 26.03%
G = 0%
B = 73.97%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#130036 (or 0x130036) is known color: Blackcurrant. HEX triplet: 13, 00 and 36. RGB value is (19,0,54). Sum of RGB (Red+Green+Blue) = 19+0+54=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 54 (21.48% from 255 or 73.97% from 73); Max value from RGB is 54 - color contains mainly: blue. Hex color #130036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130036 is #ECFFC9. Grayscale: #0B0B0B. Windows color (decimal): -15531978 or 3538963. OLE color: 3538963.

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

Color convert

RGB 19 0 54 -
CMYK 0.65 1 0 0.79
HSL 261.11º 1% 0.11% -
HSV(B) 261.11º 1% 0.21% -
XYZ 0.93 0.4 3.52 -
YUV 11.84 151.79 133.11 -
System Red Green Blue C M Y K H S L
Decimal 19 0 54 0.65 1 0 0.79 261.11 1 0.11
Hex 13 0 36 41 64 0 4F 105 64 B
Octal 23 0 66 101 144 0 117 405 144 13
Binary 10011 0 110110 1000001 1100100 0 1001111 100000101 1100100 1011

Color Harmonies of #130036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130036

Black with #130036

Text Example


Text Example

White with #130036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130036; }

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

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

background-color css

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

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

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

border-color css

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

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

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