Html Css Color HEX #130021 Blackcurrant

📋 copy color: '#130021'

red 19 ◦ green 0 ◦ blue 33

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

Shades of Blackcurrant #130021

Tints of Blackcurrant #130021

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.54%
G = 0%
B = 63.46%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#130021 (or 0x130021) is known color: Blackcurrant. HEX triplet: 13, 00 and 21. RGB value is (19,0,33). Sum of RGB (Red+Green+Blue) = 19+0+33=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 33 (13.28% from 255 or 63.46% from 52); Max value from RGB is 33 - color contains mainly: blue. Hex color #130021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130021 is #ECFFDE. Grayscale: #090909. Windows color (decimal): -15531999 or 2162707. OLE color: 2162707.

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

Color convert

RGB 19 0 33 -
CMYK 0.42 1 0 0.87
HSL 274.55º 1% 0.06% -
HSV(B) 274.55º 1% 0.13% -
XYZ 0.54 0.25 1.46 -
YUV 9.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 19 0 33 0.42 1 0 0.87 274.55 1 0.06
Hex 13 0 21 2A 64 0 57 113 64 6
Octal 23 0 41 52 144 0 127 423 144 6
Binary 10011 0 100001 101010 1100100 0 1010111 100010011 1100100 110

Color Harmonies of #130021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130021

Black with #130021

Text Example


Text Example

White with #130021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130021; }

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

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

background-color css

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

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

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

border-color css

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

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

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