Html Css Color HEX #130218 Blackcurrant

📋 copy color: '#130218'

red 19 ◦ green 2 ◦ blue 24

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

Shades of Blackcurrant #130218

Tints of Blackcurrant #130218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.44%

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

R = 42.22%
G = 4.44%
B = 53.33%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130218 (or 0x130218) is known color: Blackcurrant. HEX triplet: 13, 02 and 18. RGB value is (19,2,24). Sum of RGB (Red+Green+Blue) = 19+2+24=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #130218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130218 is #ECFDE7. Grayscale: #090909. Windows color (decimal): -15531496 or 1573395. OLE color: 1573395.

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

Color convert

RGB 19 2 24 -
CMYK 0.21 0.92 0 0.91
HSL 286.36º 0.85% 0.05% -
HSV(B) 286.36º 0.92% 0.09% -
XYZ 0.46 0.25 0.89 -
YUV 9.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 19 2 24 0.21 0.92 0 0.91 286.36 0.85 0.05
Hex 13 2 18 15 5C 0 5B 11E 55 5
Octal 23 2 30 25 134 0 133 436 125 5
Binary 10011 10 11000 10101 1011100 0 1011011 100011110 1010101 101

Color Harmonies of #130218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130218

Black with #130218

Text Example


Text Example

White with #130218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130218; }

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

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

background-color css

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

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

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

border-color css

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

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

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