Html Css Color HEX #13061E Blackcurrant

📋 copy color: '#13061E'

red 19 ◦ green 6 ◦ blue 30

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

Shades of Blackcurrant #13061E

Tints of Blackcurrant #13061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 54.55%

R = 34.55%
G = 10.91%
B = 54.55%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#13061E (or 0x13061E) is known color: Blackcurrant. HEX triplet: 13, 06 and 1E. RGB value is (19,6,30). Sum of RGB (Red+Green+Blue) = 19+6+30=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #13061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13061E is #ECF9E1. Grayscale: #0C0C0C. Windows color (decimal): -15530466 or 1967635. OLE color: 1967635.

HSL color Cylindrical-coordinate representation of color #13061E: hue angle of 272.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13061E is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 19 6 30 -
CMYK 0.37 0.80 0 0.88
HSL 272.5º 0.67% 0.07% -
HSV(B) 272.5º 0.8% 0.12% -
XYZ 0.57 0.36 1.27 -
YUV 12.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 19 6 30 0.37 0.80 0 0.88 272.5 0.67 0.07
Hex 13 6 1E 25 50 0 58 110 43 7
Octal 23 6 36 45 120 0 130 420 103 7
Binary 10011 110 11110 100101 1010000 0 1011000 100010000 1000011 111

Color Harmonies of #13061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13061E

Black with #13061E

Text Example


Text Example

White with #13061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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