Html Css Color HEX #13001B Blackcurrant

📋 copy color: '#13001B'

red 19 ◦ green 0 ◦ blue 27

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

Shades of Blackcurrant #13001B

Tints of Blackcurrant #13001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.3%
G = 0%
B = 58.7%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13001B (or 0x13001B) is known color: Blackcurrant. HEX triplet: 13, 00 and 1B. RGB value is (19,0,27). Sum of RGB (Red+Green+Blue) = 19+0+27=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #13001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13001B is #ECFFE4. Grayscale: #080808. Windows color (decimal): -15532005 or 1769491. OLE color: 1769491.

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

Color convert

RGB 19 0 27 -
CMYK 0.30 1 0 0.89
HSL 282.22º 1% 0.05% -
HSV(B) 282.22º 1% 0.11% -
XYZ 0.47 0.22 1.05 -
YUV 8.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 19 0 27 0.30 1 0 0.89 282.22 1 0.05
Hex 13 0 1B 1E 64 0 59 11A 64 5
Octal 23 0 33 36 144 0 131 432 144 5
Binary 10011 0 11011 11110 1100100 0 1011001 100011010 1100100 101

Color Harmonies of #13001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13001B

Black with #13001B

Text Example


Text Example

White with #13001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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