Html Css Color HEX #13052B Blackcurrant

📋 copy color: '#13052B'

red 19 ◦ green 5 ◦ blue 43

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

Shades of Blackcurrant #13052B

Tints of Blackcurrant #13052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 64.18%

R = 28.36%
G = 7.46%
B = 64.18%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13052B (or 0x13052B) is known color: Blackcurrant. HEX triplet: 13, 05 and 2B. RGB value is (19,5,43). Sum of RGB (Red+Green+Blue) = 19+5+43=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 43 (17.19% from 255 or 64.18% from 67); Max value from RGB is 43 - color contains mainly: blue. Hex color #13052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13052B is #ECFAD4. Grayscale: #0D0D0D. Windows color (decimal): -15530709 or 2819347. OLE color: 2819347.

HSL color Cylindrical-coordinate representation of color #13052B: hue angle of 262.11º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13052B is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 5 43 -
CMYK 0.56 0.88 0 0.83
HSL 262.11º 0.79% 0.09% -
HSV(B) 262.11º 0.88% 0.17% -
XYZ 0.76 0.42 2.33 -
YUV 13.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 19 5 43 0.56 0.88 0 0.83 262.11 0.79 0.09
Hex 13 5 2B 38 58 0 53 106 4F 9
Octal 23 5 53 70 130 0 123 406 117 11
Binary 10011 101 101011 111000 1011000 0 1010011 100000110 1001111 1001

Color Harmonies of #13052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13052B

Black with #13052B

Text Example


Text Example

White with #13052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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