Html Css Color HEX #130224 Blackcurrant

📋 copy color: '#130224'

red 19 ◦ green 2 ◦ blue 36

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

Shades of Blackcurrant #130224

Tints of Blackcurrant #130224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 63.16%

R = 33.33%
G = 3.51%
B = 63.16%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130224 (or 0x130224) is known color: Blackcurrant. HEX triplet: 13, 02 and 24. RGB value is (19,2,36). Sum of RGB (Red+Green+Blue) = 19+2+36=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 36 (14.45% from 255 or 63.16% from 57); Max value from RGB is 36 - color contains mainly: blue. Hex color #130224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130224 is #ECFDDB. Grayscale: #0A0A0A. Windows color (decimal): -15531484 or 2359827. OLE color: 2359827.

HSL color Cylindrical-coordinate representation of color #130224: hue angle of 270º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130224 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 2 36 -
CMYK 0.47 0.94 0 0.86
HSL 270º 0.89% 0.07% -
HSV(B) 270º 0.94% 0.14% -
XYZ 0.61 0.31 1.7 -
YUV 10.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 19 2 36 0.47 0.94 0 0.86 270 0.89 0.07
Hex 13 2 24 2F 5E 0 56 10E 59 7
Octal 23 2 44 57 136 0 126 416 131 7
Binary 10011 10 100100 101111 1011110 0 1010110 100001110 1011001 111

Color Harmonies of #130224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130224

Black with #130224

Text Example


Text Example

White with #130224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130224; }

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

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

background-color css

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

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

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

border-color css

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

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

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