Html Css Color HEX #13022F Blackcurrant

📋 copy color: '#13022F'

red 19 ◦ green 2 ◦ blue 47

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

Shades of Blackcurrant #13022F

Tints of Blackcurrant #13022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 69.12%

R = 27.94%
G = 2.94%
B = 69.12%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#13022F (or 0x13022F) is known color: Blackcurrant. HEX triplet: 13, 02 and 2F. RGB value is (19,2,47). Sum of RGB (Red+Green+Blue) = 19+2+47=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 47 (18.75% from 255 or 69.12% from 68); Max value from RGB is 47 - color contains mainly: blue. Hex color #13022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13022F is #ECFDD0. Grayscale: #0C0C0C. Windows color (decimal): -15531473 or 3080723. OLE color: 3080723.

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

Color convert

RGB 19 2 47 -
CMYK 0.60 0.96 0 0.82
HSL 262.67º 0.92% 0.1% -
HSV(B) 262.67º 0.96% 0.18% -
XYZ 0.8 0.39 2.72 -
YUV 12.21 147.63 132.84 -
System Red Green Blue C M Y K H S L
Decimal 19 2 47 0.60 0.96 0 0.82 262.67 0.92 0.1
Hex 13 2 2F 3C 60 0 52 107 5C A
Octal 23 2 57 74 140 0 122 407 134 12
Binary 10011 10 101111 111100 1100000 0 1010010 100000111 1011100 1010

Color Harmonies of #13022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13022F

Black with #13022F

Text Example


Text Example

White with #13022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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