Html Css Color HEX #130724 Blackcurrant

📋 copy color: '#130724'

red 19 ◦ green 7 ◦ blue 36

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

Shades of Blackcurrant #130724

Tints of Blackcurrant #130724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 58.06%

R = 30.65%
G = 11.29%
B = 58.06%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130724 (or 0x130724) is known color: Blackcurrant. HEX triplet: 13, 07 and 24. RGB value is (19,7,36). Sum of RGB (Red+Green+Blue) = 19+7+36=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 36 (14.45% from 255 or 58.06% from 62); Max value from RGB is 36 - color contains mainly: blue. Hex color #130724 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130724 is #ECF8DB. Grayscale: #0D0D0D. Windows color (decimal): -15530204 or 2361107. OLE color: 2361107.

HSL color Cylindrical-coordinate representation of color #130724: hue angle of 264.83º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #130724 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 7 36 -
CMYK 0.47 0.81 0 0.86
HSL 264.83º 0.67% 0.08% -
HSV(B) 264.83º 0.81% 0.14% -
XYZ 0.66 0.42 1.71 -
YUV 13.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 19 7 36 0.47 0.81 0 0.86 264.83 0.67 0.08
Hex 13 7 24 2F 51 0 56 109 43 8
Octal 23 7 44 57 121 0 126 411 103 10
Binary 10011 111 100100 101111 1010001 0 1010110 100001001 1000011 1000

Color Harmonies of #130724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130724

Black with #130724

Text Example


Text Example

White with #130724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130724; }

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

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

background-color css

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

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

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

border-color css

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

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

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