Html Css Color HEX #130525 Blackcurrant

📋 copy color: '#130525'

red 19 ◦ green 5 ◦ blue 37

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

Shades of Blackcurrant #130525

Tints of Blackcurrant #130525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 60.66%

R = 31.15%
G = 8.2%
B = 60.66%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130525 (or 0x130525) is known color: Blackcurrant. HEX triplet: 13, 05 and 25. RGB value is (19,5,37). Sum of RGB (Red+Green+Blue) = 19+5+37=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #130525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130525 is #ECFADA. Grayscale: #0C0C0C. Windows color (decimal): -15530715 or 2426131. OLE color: 2426131.

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

Color convert

RGB 19 5 37 -
CMYK 0.49 0.86 0 0.85
HSL 266.25º 0.76% 0.08% -
HSV(B) 266.25º 0.86% 0.15% -
XYZ 0.66 0.38 1.79 -
YUV 12.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 19 5 37 0.49 0.86 0 0.85 266.25 0.76 0.08
Hex 13 5 25 31 56 0 55 10A 4C 8
Octal 23 5 45 61 126 0 125 412 114 10
Binary 10011 101 100101 110001 1010110 0 1010101 100001010 1001100 1000

Color Harmonies of #130525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130525

Black with #130525

Text Example


Text Example

White with #130525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130525; }

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

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

background-color css

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

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

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

border-color css

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

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

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