Html Css Color HEX #13013B Blackcurrant

📋 copy color: '#13013B'

red 19 ◦ green 1 ◦ blue 59

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

Shades of Blackcurrant #13013B

Tints of Blackcurrant #13013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.27%

 BLUE value IS 59 (23.44% from 255) = 74.68%

R = 24.05%
G = 1.27%
B = 74.68%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#13013B (or 0x13013B) is known color: Blackcurrant. HEX triplet: 13, 01 and 3B. RGB value is (19,1,59). Sum of RGB (Red+Green+Blue) = 19+1+59=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 59 (23.44% from 255 or 74.68% from 79); Max value from RGB is 59 - color contains mainly: blue. Hex color #13013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13013B is #ECFEC4. Grayscale: #0C0C0C. Windows color (decimal): -15531717 or 3866899. OLE color: 3866899.

HSL color Cylindrical-coordinate representation of color #13013B: hue angle of 258.62º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13013B is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 1 59 -
CMYK 0.68 0.98 0 0.77
HSL 258.62º 0.97% 0.12% -
HSV(B) 258.62º 0.98% 0.23% -
XYZ 1.07 0.48 4.17 -
YUV 12.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 19 1 59 0.68 0.98 0 0.77 258.62 0.97 0.12
Hex 13 1 3B 44 62 0 4D 103 61 C
Octal 23 1 73 104 142 0 115 403 141 14
Binary 10011 1 111011 1000100 1100010 0 1001101 100000011 1100001 1100

Color Harmonies of #13013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13013B

Black with #13013B

Text Example


Text Example

White with #13013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,1,59); }

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

background-color css

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

 a { background-color: rgb(19,1,59); }

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

border-color css

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

 span { border-color: rgb(19,1,59); }

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