Html Css Color HEX #130231 Blackcurrant

📋 copy color: '#130231'

red 19 ◦ green 2 ◦ blue 49

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

Shades of Blackcurrant #130231

Tints of Blackcurrant #130231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 70%

R = 27.14%
G = 2.86%
B = 70%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130231 (or 0x130231) is known color: Blackcurrant. HEX triplet: 13, 02 and 31. RGB value is (19,2,49). Sum of RGB (Red+Green+Blue) = 19+2+49=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #130231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130231 is #ECFDCE. Grayscale: #0C0C0C. Windows color (decimal): -15531471 or 3211795. OLE color: 3211795.

HSL color Cylindrical-coordinate representation of color #130231: hue angle of 261.7º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130231 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 2 49 -
CMYK 0.61 0.96 0 0.81
HSL 261.7º 0.92% 0.1% -
HSV(B) 261.7º 0.96% 0.19% -
XYZ 0.84 0.4 2.94 -
YUV 12.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 19 2 49 0.61 0.96 0 0.81 261.7 0.92 0.1
Hex 13 2 31 3D 60 0 51 106 5C A
Octal 23 2 61 75 140 0 121 406 134 12
Binary 10011 10 110001 111101 1100000 0 1010001 100000110 1011100 1010

Color Harmonies of #130231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130231

Black with #130231

Text Example


Text Example

White with #130231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130231; }

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

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

background-color css

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

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

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

border-color css

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

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

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