Html Css Color HEX #130318 Blackcurrant

📋 copy color: '#130318'

red 19 ◦ green 3 ◦ blue 24

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

Shades of Blackcurrant #130318

Tints of Blackcurrant #130318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.52%

 BLUE value IS 24 (9.77% from 255) = 52.17%

R = 41.3%
G = 6.52%
B = 52.17%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130318 (or 0x130318) is known color: Blackcurrant. HEX triplet: 13, 03 and 18. RGB value is (19,3,24). Sum of RGB (Red+Green+Blue) = 19+3+24=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #130318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130318 is #ECFCE7. Grayscale: #0A0A0A. Windows color (decimal): -15531240 or 1573651. OLE color: 1573651.

HSL color Cylindrical-coordinate representation of color #130318: hue angle of 285.71º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130318 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 3 24 -
CMYK 0.21 0.88 0 0.91
HSL 285.71º 0.78% 0.05% -
HSV(B) 285.71º 0.88% 0.09% -
XYZ 0.47 0.27 0.89 -
YUV 10.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 19 3 24 0.21 0.88 0 0.91 285.71 0.78 0.05
Hex 13 3 18 15 58 0 5B 11E 4E 5
Octal 23 3 30 25 130 0 133 436 116 5
Binary 10011 11 11000 10101 1011000 0 1011011 100011110 1001110 101

Color Harmonies of #130318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130318

Black with #130318

Text Example


Text Example

White with #130318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130318; }

 p { color: rgb(19,3,24); }

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

background-color css

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

 a { background-color: rgb(19,3,24); }

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

border-color css

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

 span { border-color: rgb(19,3,24); }

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