Html Css Color HEX #130728 Blackcurrant

📋 copy color: '#130728'

red 19 ◦ green 7 ◦ blue 40

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

Shades of Blackcurrant #130728

Tints of Blackcurrant #130728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.61%

 BLUE value IS 40 (16.02% from 255) = 60.61%

R = 28.79%
G = 10.61%
B = 60.61%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#130728 (or 0x130728) is known color: Blackcurrant. HEX triplet: 13, 07 and 28. RGB value is (19,7,40). Sum of RGB (Red+Green+Blue) = 19+7+40=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 40 (16.02% from 255 or 60.61% from 66); Max value from RGB is 40 - color contains mainly: blue. Hex color #130728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130728 is #ECF8D7. Grayscale: #0E0E0E. Windows color (decimal): -15530200 or 2623251. OLE color: 2623251.

HSL color Cylindrical-coordinate representation of color #130728: hue angle of 261.82º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #130728 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 7 40 -
CMYK 0.52 0.83 0 0.84
HSL 261.82º 0.7% 0.09% -
HSV(B) 261.82º 0.83% 0.16% -
XYZ 0.73 0.44 2.05 -
YUV 14.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 19 7 40 0.52 0.83 0 0.84 261.82 0.7 0.09
Hex 13 7 28 34 53 0 54 106 46 9
Octal 23 7 50 64 123 0 124 406 106 11
Binary 10011 111 101000 110100 1010011 0 1010100 100000110 1000110 1001

Color Harmonies of #130728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130728

Black with #130728

Text Example


Text Example

White with #130728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130728; }

 p { color: rgb(19,7,40); }

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

background-color css

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

 a { background-color: rgb(19,7,40); }

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

border-color css

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

 span { border-color: rgb(19,7,40); }

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