Html Css Color HEX #130121 Blackcurrant

📋 copy color: '#130121'

red 19 ◦ green 1 ◦ blue 33

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

Shades of Blackcurrant #130121

Tints of Blackcurrant #130121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.89%

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

R = 35.85%
G = 1.89%
B = 62.26%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#130121 (or 0x130121) is known color: Blackcurrant. HEX triplet: 13, 01 and 21. RGB value is (19,1,33). Sum of RGB (Red+Green+Blue) = 19+1+33=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 33 (13.28% from 255 or 62.26% from 53); Max value from RGB is 33 - color contains mainly: blue. Hex color #130121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130121 is #ECFEDE. Grayscale: #090909. Windows color (decimal): -15531743 or 2162963. OLE color: 2162963.

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

Color convert

RGB 19 1 33 -
CMYK 0.42 0.97 0 0.87
HSL 273.75º 0.94% 0.07% -
HSV(B) 273.75º 0.97% 0.13% -
XYZ 0.55 0.27 1.46 -
YUV 10.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 19 1 33 0.42 0.97 0 0.87 273.75 0.94 0.07
Hex 13 1 21 2A 61 0 57 112 5E 7
Octal 23 1 41 52 141 0 127 422 136 7
Binary 10011 1 100001 101010 1100001 0 1010111 100010010 1011110 111

Color Harmonies of #130121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130121

Black with #130121

Text Example


Text Example

White with #130121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130121; }

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

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

background-color css

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

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

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

border-color css

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

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

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