Html Css Color HEX #13022E Blackcurrant

📋 copy color: '#13022E'

red 19 ◦ green 2 ◦ blue 46

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

Shades of Blackcurrant #13022E

Tints of Blackcurrant #13022E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.99%

 BLUE value IS 46 (18.36% from 255) = 68.66%

R = 28.36%
G = 2.99%
B = 68.66%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#13022E (or 0x13022E) is known color: Blackcurrant. HEX triplet: 13, 02 and 2E. RGB value is (19,2,46). Sum of RGB (Red+Green+Blue) = 19+2+46=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 46 (18.36% from 255 or 68.66% from 67); Max value from RGB is 46 - color contains mainly: blue. Hex color #13022E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13022E is #ECFDD1. Grayscale: #0B0B0B. Windows color (decimal): -15531474 or 3015187. OLE color: 3015187.

HSL color Cylindrical-coordinate representation of color #13022E: hue angle of 263.18º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13022E is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 2 46 -
CMYK 0.59 0.96 0 0.82
HSL 263.18º 0.92% 0.09% -
HSV(B) 263.18º 0.96% 0.18% -
XYZ 0.78 0.38 2.62 -
YUV 12.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 19 2 46 0.59 0.96 0 0.82 263.18 0.92 0.09
Hex 13 2 2E 3B 60 0 52 107 5C 9
Octal 23 2 56 73 140 0 122 407 134 11
Binary 10011 10 101110 111011 1100000 0 1010010 100000111 1011100 1001

Color Harmonies of #13022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13022E

Black with #13022E

Text Example


Text Example

White with #13022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13022E; }

 p { color: rgb(19,2,46); }

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

background-color css

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

 a { background-color: rgb(19,2,46); }

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

border-color css

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

 span { border-color: rgb(19,2,46); }

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