Html Css Color HEX #130523 Blackcurrant

📋 copy color: '#130523'

red 19 ◦ green 5 ◦ blue 35

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

Shades of Blackcurrant #130523

Tints of Blackcurrant #130523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.47%

 BLUE value IS 35 (14.06% from 255) = 59.32%

R = 32.2%
G = 8.47%
B = 59.32%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130523 (or 0x130523) is known color: Blackcurrant. HEX triplet: 13, 05 and 23. RGB value is (19,5,35). Sum of RGB (Red+Green+Blue) = 19+5+35=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 35 (14.06% from 255 or 59.32% from 59); Max value from RGB is 35 - color contains mainly: blue. Hex color #130523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130523 is #ECFADC. Grayscale: #0C0C0C. Windows color (decimal): -15530717 or 2295059. OLE color: 2295059.

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

Color convert

RGB 19 5 35 -
CMYK 0.46 0.86 0 0.86
HSL 268º 0.75% 0.08% -
HSV(B) 268º 0.86% 0.14% -
XYZ 0.63 0.37 1.63 -
YUV 12.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 19 5 35 0.46 0.86 0 0.86 268 0.75 0.08
Hex 13 5 23 2E 56 0 56 10C 4B 8
Octal 23 5 43 56 126 0 126 414 113 10
Binary 10011 101 100011 101110 1010110 0 1010110 100001100 1001011 1000

Color Harmonies of #130523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130523

Black with #130523

Text Example


Text Example

White with #130523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130523; }

 p { color: rgb(19,5,35); }

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

background-color css

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

 a { background-color: rgb(19,5,35); }

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

border-color css

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

 span { border-color: rgb(19,5,35); }

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