Html Css Color HEX #130524 Blackcurrant

📋 copy color: '#130524'

red 19 ◦ green 5 ◦ blue 36

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

Shades of Blackcurrant #130524

Tints of Blackcurrant #130524

RGB

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

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

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

R = 31.67%
G = 8.33%
B = 60%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130524 (or 0x130524) is known color: Blackcurrant. HEX triplet: 13, 05 and 24. RGB value is (19,5,36). Sum of RGB (Red+Green+Blue) = 19+5+36=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 36 (14.45% from 255 or 60% from 60); Max value from RGB is 36 - color contains mainly: blue. Hex color #130524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130524 is #ECFADB. Grayscale: #0C0C0C. Windows color (decimal): -15530716 or 2360595. OLE color: 2360595.

HSL color Cylindrical-coordinate representation of color #130524: hue angle of 267.1º degrees, saturation: 0.76, 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 #130524 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 5 36 -
CMYK 0.47 0.86 0 0.86
HSL 267.1º 0.76% 0.08% -
HSV(B) 267.1º 0.86% 0.14% -
XYZ 0.64 0.37 1.71 -
YUV 12.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 19 5 36 0.47 0.86 0 0.86 267.1 0.76 0.08
Hex 13 5 24 2F 56 0 56 10B 4C 8
Octal 23 5 44 57 126 0 126 413 114 10
Binary 10011 101 100100 101111 1010110 0 1010110 100001011 1001100 1000

Color Harmonies of #130524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130524

Black with #130524

Text Example


Text Example

White with #130524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130524; }

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

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

background-color css

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

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

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

border-color css

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

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

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