Html Css Color HEX #130426 Blackcurrant

📋 copy color: '#130426'

red 19 ◦ green 4 ◦ blue 38

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

Shades of Blackcurrant #130426

Tints of Blackcurrant #130426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.56%

 BLUE value IS 38 (15.23% from 255) = 62.3%

R = 31.15%
G = 6.56%
B = 62.3%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130426 (or 0x130426) is known color: Blackcurrant. HEX triplet: 13, 04 and 26. RGB value is (19,4,38). Sum of RGB (Red+Green+Blue) = 19+4+38=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 38 (15.23% from 255 or 62.30% from 61); Max value from RGB is 38 - color contains mainly: blue. Hex color #130426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130426 is #ECFBD9. Grayscale: #0C0C0C. Windows color (decimal): -15530970 or 2491411. OLE color: 2491411.

HSL color Cylindrical-coordinate representation of color #130426: hue angle of 266.47º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130426 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 4 38 -
CMYK 0.50 0.89 0 0.85
HSL 266.47º 0.81% 0.08% -
HSV(B) 266.47º 0.89% 0.15% -
XYZ 0.66 0.37 1.87 -
YUV 12.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 19 4 38 0.50 0.89 0 0.85 266.47 0.81 0.08
Hex 13 4 26 32 59 0 55 10A 51 8
Octal 23 4 46 62 131 0 125 412 121 10
Binary 10011 100 100110 110010 1011001 0 1010101 100001010 1010001 1000

Color Harmonies of #130426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130426

Black with #130426

Text Example


Text Example

White with #130426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130426; }

 p { color: rgb(19,4,38); }

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

background-color css

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

 a { background-color: rgb(19,4,38); }

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

border-color css

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

 span { border-color: rgb(19,4,38); }

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