Html Css Color HEX #130630 Blackcurrant

📋 copy color: '#130630'

red 19 ◦ green 6 ◦ blue 48

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

Shades of Blackcurrant #130630

Tints of Blackcurrant #130630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.22%

 BLUE value IS 48 (19.14% from 255) = 65.75%

R = 26.03%
G = 8.22%
B = 65.75%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130630 (or 0x130630) is known color: Blackcurrant. HEX triplet: 13, 06 and 30. RGB value is (19,6,48). Sum of RGB (Red+Green+Blue) = 19+6+48=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 48 (19.14% from 255 or 65.75% from 73); Max value from RGB is 48 - color contains mainly: blue. Hex color #130630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130630 is #ECF9CF. Grayscale: #0E0E0E. Windows color (decimal): -15530448 or 3147283. OLE color: 3147283.

HSL color Cylindrical-coordinate representation of color #130630: hue angle of 258.57º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130630 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 6 48 -
CMYK 0.60 0.87 0 0.81
HSL 258.57º 0.78% 0.11% -
HSV(B) 258.57º 0.88% 0.19% -
XYZ 0.87 0.48 2.84 -
YUV 14.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 19 6 48 0.60 0.87 0 0.81 258.57 0.78 0.11
Hex 13 6 30 3C 57 0 51 103 4E B
Octal 23 6 60 74 127 0 121 403 116 13
Binary 10011 110 110000 111100 1010111 0 1010001 100000011 1001110 1011

Color Harmonies of #130630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130630

Black with #130630

Text Example


Text Example

White with #130630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130630; }

 p { color: rgb(19,6,48); }

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

background-color css

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

 a { background-color: rgb(19,6,48); }

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

border-color css

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

 span { border-color: rgb(19,6,48); }

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