Html Css Color HEX #130521 Blackcurrant

📋 copy color: '#130521'

red 19 ◦ green 5 ◦ blue 33

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

Shades of Blackcurrant #130521

Tints of Blackcurrant #130521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 57.89%

R = 33.33%
G = 8.77%
B = 57.89%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#130521 (or 0x130521) is known color: Blackcurrant. HEX triplet: 13, 05 and 21. RGB value is (19,5,33). Sum of RGB (Red+Green+Blue) = 19+5+33=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 33 (13.28% from 255 or 57.89% from 57); Max value from RGB is 33 - color contains mainly: blue. Hex color #130521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130521 is #ECFADE. Grayscale: #0C0C0C. Windows color (decimal): -15530719 or 2163987. OLE color: 2163987.

HSL color Cylindrical-coordinate representation of color #130521: hue angle of 270º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #130521 is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 5 33 -
CMYK 0.42 0.85 0 0.87
HSL 270º 0.74% 0.07% -
HSV(B) 270º 0.85% 0.13% -
XYZ 0.6 0.36 1.48 -
YUV 12.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 19 5 33 0.42 0.85 0 0.87 270 0.74 0.07
Hex 13 5 21 2A 55 0 57 10E 4A 7
Octal 23 5 41 52 125 0 127 416 112 7
Binary 10011 101 100001 101010 1010101 0 1010111 100001110 1001010 111

Color Harmonies of #130521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130521

Black with #130521

Text Example


Text Example

White with #130521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130521; }

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

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

background-color css

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

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

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

border-color css

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

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

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