Html Css Color HEX #130421 Blackcurrant

📋 copy color: '#130421'

red 19 ◦ green 4 ◦ blue 33

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

Shades of Blackcurrant #130421

Tints of Blackcurrant #130421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.14%

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

R = 33.93%
G = 7.14%
B = 58.93%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#130421 (or 0x130421) is known color: Blackcurrant. HEX triplet: 13, 04 and 21. RGB value is (19,4,33). Sum of RGB (Red+Green+Blue) = 19+4+33=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 33 (13.28% from 255 or 58.93% from 56); Max value from RGB is 33 - color contains mainly: blue. Hex color #130421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130421 is #ECFBDE. Grayscale: #0B0B0B. Windows color (decimal): -15530975 or 2163731. OLE color: 2163731.

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

Color convert

RGB 19 4 33 -
CMYK 0.42 0.88 0 0.87
HSL 271.03º 0.78% 0.07% -
HSV(B) 271.03º 0.88% 0.13% -
XYZ 0.59 0.34 1.47 -
YUV 11.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 19 4 33 0.42 0.88 0 0.87 271.03 0.78 0.07
Hex 13 4 21 2A 58 0 57 10F 4E 7
Octal 23 4 41 52 130 0 127 417 116 7
Binary 10011 100 100001 101010 1011000 0 1010111 100001111 1001110 111

Color Harmonies of #130421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130421

Black with #130421

Text Example


Text Example

White with #130421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130421; }

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

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

background-color css

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

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

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

border-color css

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

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

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