Html Css Color HEX #130928 Blackcurrant

📋 copy color: '#130928'

red 19 ◦ green 9 ◦ blue 40

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

Shades of Blackcurrant #130928

Tints of Blackcurrant #130928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.24%

 BLUE value IS 40 (16.02% from 255) = 58.82%

R = 27.94%
G = 13.24%
B = 58.82%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#130928 (or 0x130928) is known color: Blackcurrant. HEX triplet: 13, 09 and 28. RGB value is (19,9,40). Sum of RGB (Red+Green+Blue) = 19+9+40=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 40 (16.02% from 255 or 58.82% from 68); Max value from RGB is 40 - color contains mainly: blue. Hex color #130928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130928 is #ECF6D7. Grayscale: #0F0F0F. Windows color (decimal): -15529688 or 2623763. OLE color: 2623763.

HSL color Cylindrical-coordinate representation of color #130928: hue angle of 259.35º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #130928 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 9 40 -
CMYK 0.52 0.78 0 0.84
HSL 259.35º 0.63% 0.1% -
HSV(B) 259.35º 0.78% 0.16% -
XYZ 0.75 0.49 2.06 -
YUV 15.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 19 9 40 0.52 0.78 0 0.84 259.35 0.63 0.1
Hex 13 9 28 34 4E 0 54 103 3F A
Octal 23 11 50 64 116 0 124 403 77 12
Binary 10011 1001 101000 110100 1001110 0 1010100 100000011 111111 1010

Color Harmonies of #130928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130928

Black with #130928

Text Example


Text Example

White with #130928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130928; }

 p { color: rgb(19,9,40); }

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

background-color css

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

 a { background-color: rgb(19,9,40); }

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

border-color css

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

 span { border-color: rgb(19,9,40); }

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