Html Css Color HEX #130326 Blackcurrant

📋 copy color: '#130326'

red 19 ◦ green 3 ◦ blue 38

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

Shades of Blackcurrant #130326

Tints of Blackcurrant #130326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 63.33%

R = 31.67%
G = 5%
B = 63.33%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130326 (or 0x130326) is known color: Blackcurrant. HEX triplet: 13, 03 and 26. RGB value is (19,3,38). Sum of RGB (Red+Green+Blue) = 19+3+38=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 38 (15.23% from 255 or 63.33% from 60); Max value from RGB is 38 - color contains mainly: blue. Hex color #130326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130326 is #ECFCD9. Grayscale: #0B0B0B. Windows color (decimal): -15531226 or 2491155. OLE color: 2491155.

HSL color Cylindrical-coordinate representation of color #130326: hue angle of 267.43º degrees, saturation: 0.85, 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 #130326 is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 3 38 -
CMYK 0.50 0.92 0 0.85
HSL 267.43º 0.85% 0.08% -
HSV(B) 267.43º 0.92% 0.15% -
XYZ 0.65 0.34 1.87 -
YUV 11.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 19 3 38 0.50 0.92 0 0.85 267.43 0.85 0.08
Hex 13 3 26 32 5C 0 55 10B 55 8
Octal 23 3 46 62 134 0 125 413 125 10
Binary 10011 11 100110 110010 1011100 0 1010101 100001011 1010101 1000

Color Harmonies of #130326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130326

Black with #130326

Text Example


Text Example

White with #130326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130326; }

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

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

background-color css

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

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

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

border-color css

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

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

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