Html Css Color HEX #13052C Blackcurrant

📋 copy color: '#13052C'

red 19 ◦ green 5 ◦ blue 44

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

Shades of Blackcurrant #13052C

Tints of Blackcurrant #13052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.35%

 BLUE value IS 44 (17.58% from 255) = 64.71%

R = 27.94%
G = 7.35%
B = 64.71%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13052C (or 0x13052C) is known color: Blackcurrant. HEX triplet: 13, 05 and 2C. RGB value is (19,5,44). Sum of RGB (Red+Green+Blue) = 19+5+44=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 44 (17.58% from 255 or 64.71% from 68); Max value from RGB is 44 - color contains mainly: blue. Hex color #13052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13052C is #ECFAD3. Grayscale: #0D0D0D. Windows color (decimal): -15530708 or 2884883. OLE color: 2884883.

HSL color Cylindrical-coordinate representation of color #13052C: hue angle of 261.54º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13052C is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 5 44 -
CMYK 0.57 0.89 0 0.83
HSL 261.54º 0.8% 0.1% -
HSV(B) 261.54º 0.89% 0.17% -
XYZ 0.78 0.43 2.42 -
YUV 13.63 145.14 131.83 -
System Red Green Blue C M Y K H S L
Decimal 19 5 44 0.57 0.89 0 0.83 261.54 0.8 0.1
Hex 13 5 2C 39 59 0 53 106 50 A
Octal 23 5 54 71 131 0 123 406 120 12
Binary 10011 101 101100 111001 1011001 0 1010011 100000110 1010000 1010

Color Harmonies of #13052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13052C

Black with #13052C

Text Example


Text Example

White with #13052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13052C; }

 p { color: rgb(19,5,44); }

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

background-color css

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

 a { background-color: rgb(19,5,44); }

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

border-color css

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

 span { border-color: rgb(19,5,44); }

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