Html Css Color HEX #130327 Blackcurrant

📋 copy color: '#130327'

red 19 ◦ green 3 ◦ blue 39

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

Shades of Blackcurrant #130327

Tints of Blackcurrant #130327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 63.93%

R = 31.15%
G = 4.92%
B = 63.93%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130327 (or 0x130327) is known color: Blackcurrant. HEX triplet: 13, 03 and 27. RGB value is (19,3,39). Sum of RGB (Red+Green+Blue) = 19+3+39=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 39 (15.62% from 255 or 63.93% from 61); Max value from RGB is 39 - color contains mainly: blue. Hex color #130327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130327 is #ECFCD8. Grayscale: #0B0B0B. Windows color (decimal): -15531225 or 2556691. OLE color: 2556691.

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

Color convert

RGB 19 3 39 -
CMYK 0.51 0.92 0 0.85
HSL 266.67º 0.86% 0.08% -
HSV(B) 266.67º 0.92% 0.15% -
XYZ 0.67 0.35 1.95 -
YUV 11.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 19 3 39 0.51 0.92 0 0.85 266.67 0.86 0.08
Hex 13 3 27 33 5C 0 55 10B 56 8
Octal 23 3 47 63 134 0 125 413 126 10
Binary 10011 11 100111 110011 1011100 0 1010101 100001011 1010110 1000

Color Harmonies of #130327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130327

Black with #130327

Text Example


Text Example

White with #130327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130327; }

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

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

background-color css

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

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

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

border-color css

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

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

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