Html Css Color HEX #13061B Blackcurrant

📋 copy color: '#13061B'

red 19 ◦ green 6 ◦ blue 27

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

Shades of Blackcurrant #13061B

Tints of Blackcurrant #13061B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.54%

 BLUE value IS 27 (10.94% from 255) = 51.92%

R = 36.54%
G = 11.54%
B = 51.92%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13061B (or 0x13061B) is known color: Blackcurrant. HEX triplet: 13, 06 and 1B. RGB value is (19,6,27). Sum of RGB (Red+Green+Blue) = 19+6+27=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 27 (10.94% from 255 or 51.92% from 52); Max value from RGB is 27 - color contains mainly: blue. Hex color #13061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13061B is #ECF9E4. Grayscale: #0C0C0C. Windows color (decimal): -15530469 or 1771027. OLE color: 1771027.

HSL color Cylindrical-coordinate representation of color #13061B: hue angle of 277.14º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13061B is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 6 27 -
CMYK 0.30 0.78 0 0.89
HSL 277.14º 0.64% 0.06% -
HSV(B) 277.14º 0.78% 0.11% -
XYZ 0.53 0.35 1.08 -
YUV 12.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 19 6 27 0.30 0.78 0 0.89 277.14 0.64 0.06
Hex 13 6 1B 1E 4E 0 59 115 40 6
Octal 23 6 33 36 116 0 131 425 100 6
Binary 10011 110 11011 11110 1001110 0 1011001 100010101 1000000 110

Color Harmonies of #13061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13061B

Black with #13061B

Text Example


Text Example

White with #13061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,6,27); }

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

background-color css

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

 a { background-color: rgb(19,6,27); }

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

border-color css

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

 span { border-color: rgb(19,6,27); }

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