Html Css Color HEX #130230 Blackcurrant

📋 copy color: '#130230'

red 19 ◦ green 2 ◦ blue 48

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

Shades of Blackcurrant #130230

Tints of Blackcurrant #130230

RGB

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

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

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

R = 27.54%
G = 2.9%
B = 69.57%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130230 (or 0x130230) is known color: Blackcurrant. HEX triplet: 13, 02 and 30. RGB value is (19,2,48). Sum of RGB (Red+Green+Blue) = 19+2+48=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 48 (19.14% from 255 or 69.57% from 69); Max value from RGB is 48 - color contains mainly: blue. Hex color #130230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130230 is #ECFDCF. Grayscale: #0C0C0C. Windows color (decimal): -15531472 or 3146259. OLE color: 3146259.

HSL color Cylindrical-coordinate representation of color #130230: hue angle of 262.17º 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 #130230 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 2 48 -
CMYK 0.60 0.96 0 0.81
HSL 262.17º 0.92% 0.1% -
HSV(B) 262.17º 0.96% 0.19% -
XYZ 0.82 0.4 2.83 -
YUV 12.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 19 2 48 0.60 0.96 0 0.81 262.17 0.92 0.1
Hex 13 2 30 3C 60 0 51 106 5C A
Octal 23 2 60 74 140 0 121 406 134 12
Binary 10011 10 110000 111100 1100000 0 1010001 100000110 1011100 1010

Color Harmonies of #130230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130230

Black with #130230

Text Example


Text Example

White with #130230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130230; }

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

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

background-color css

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

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

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

border-color css

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

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

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