Html Css Color HEX #130826 Blackcurrant

📋 copy color: '#130826'

red 19 ◦ green 8 ◦ blue 38

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

Shades of Blackcurrant #130826

Tints of Blackcurrant #130826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.31%

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

R = 29.23%
G = 12.31%
B = 58.46%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130826 (or 0x130826) is known color: Blackcurrant. HEX triplet: 13, 08 and 26. RGB value is (19,8,38). Sum of RGB (Red+Green+Blue) = 19+8+38=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 38 (15.23% from 255 or 58.46% from 65); Max value from RGB is 38 - color contains mainly: blue. Hex color #130826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130826 is #ECF7D9. Grayscale: #0E0E0E. Windows color (decimal): -15529946 or 2492435. OLE color: 2492435.

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

Color convert

RGB 19 8 38 -
CMYK 0.50 0.79 0 0.85
HSL 262º 0.65% 0.09% -
HSV(B) 262º 0.79% 0.15% -
XYZ 0.71 0.45 1.88 -
YUV 14.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 19 8 38 0.50 0.79 0 0.85 262 0.65 0.09
Hex 13 8 26 32 4F 0 55 106 41 9
Octal 23 10 46 62 117 0 125 406 101 11
Binary 10011 1000 100110 110010 1001111 0 1010101 100000110 1000001 1001

Color Harmonies of #130826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130826

Black with #130826

Text Example


Text Example

White with #130826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130826; }

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

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

background-color css

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

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

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

border-color css

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

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

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