Html Css Color HEX #130324 Blackcurrant

📋 copy color: '#130324'

red 19 ◦ green 3 ◦ blue 36

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

Shades of Blackcurrant #130324

Tints of Blackcurrant #130324

RGB

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

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

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

R = 32.76%
G = 5.17%
B = 62.07%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130324 (or 0x130324) is known color: Blackcurrant. HEX triplet: 13, 03 and 24. RGB value is (19,3,36). Sum of RGB (Red+Green+Blue) = 19+3+36=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 36 (14.45% from 255 or 62.07% from 58); Max value from RGB is 36 - color contains mainly: blue. Hex color #130324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130324 is #ECFCDB. Grayscale: #0B0B0B. Windows color (decimal): -15531228 or 2360083. OLE color: 2360083.

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

Color convert

RGB 19 3 36 -
CMYK 0.47 0.92 0 0.86
HSL 269.09º 0.85% 0.08% -
HSV(B) 269.09º 0.92% 0.14% -
XYZ 0.62 0.33 1.7 -
YUV 11.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 19 3 36 0.47 0.92 0 0.86 269.09 0.85 0.08
Hex 13 3 24 2F 5C 0 56 10D 55 8
Octal 23 3 44 57 134 0 126 415 125 10
Binary 10011 11 100100 101111 1011100 0 1010110 100001101 1010101 1000

Color Harmonies of #130324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130324

Black with #130324

Text Example


Text Example

White with #130324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130324; }

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

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

background-color css

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

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

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

border-color css

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

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

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