Html Css Color HEX #130030 Blackcurrant

📋 copy color: '#130030'

red 19 ◦ green 0 ◦ blue 48

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

Shades of Blackcurrant #130030

Tints of Blackcurrant #130030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.36%
G = 0%
B = 71.64%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130030 (or 0x130030) is known color: Blackcurrant. HEX triplet: 13, 00 and 30. RGB value is (19,0,48). Sum of RGB (Red+Green+Blue) = 19+0+48=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 48 (19.14% from 255 or 71.64% from 67); Max value from RGB is 48 - color contains mainly: blue. Hex color #130030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130030 is #ECFFCF. Grayscale: #0A0A0A. Windows color (decimal): -15531984 or 3145747. OLE color: 3145747.

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

Color convert

RGB 19 0 48 -
CMYK 0.60 1 0 0.81
HSL 263.75º 1% 0.09% -
HSV(B) 263.75º 1% 0.19% -
XYZ 0.8 0.35 2.82 -
YUV 11.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 19 0 48 0.60 1 0 0.81 263.75 1 0.09
Hex 13 0 30 3C 64 0 51 108 64 9
Octal 23 0 60 74 144 0 121 410 144 11
Binary 10011 0 110000 111100 1100100 0 1010001 100001000 1100100 1001

Color Harmonies of #130030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130030

Black with #130030

Text Example


Text Example

White with #130030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130030; }

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

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

background-color css

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

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

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

border-color css

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

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

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