Html Css Color HEX #130924 Blackcurrant

📋 copy color: '#130924'

red 19 ◦ green 9 ◦ blue 36

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

Shades of Blackcurrant #130924

Tints of Blackcurrant #130924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 56.25%

R = 29.69%
G = 14.06%
B = 56.25%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130924 (or 0x130924) is known color: Blackcurrant. HEX triplet: 13, 09 and 24. RGB value is (19,9,36). Sum of RGB (Red+Green+Blue) = 19+9+36=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 36 (14.45% from 255 or 56.25% from 64); Max value from RGB is 36 - color contains mainly: blue. Hex color #130924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130924 is #ECF6DB. Grayscale: #0E0E0E. Windows color (decimal): -15529692 or 2361619. OLE color: 2361619.

HSL color Cylindrical-coordinate representation of color #130924: hue angle of 262.22º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #130924 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 9 36 -
CMYK 0.47 0.75 0 0.86
HSL 262.22º 0.6% 0.09% -
HSV(B) 262.22º 0.75% 0.14% -
XYZ 0.68 0.46 1.72 -
YUV 15.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 19 9 36 0.47 0.75 0 0.86 262.22 0.6 0.09
Hex 13 9 24 2F 4B 0 56 106 3C 9
Octal 23 11 44 57 113 0 126 406 74 11
Binary 10011 1001 100100 101111 1001011 0 1010110 100000110 111100 1001

Color Harmonies of #130924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130924

Black with #130924

Text Example


Text Example

White with #130924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130924; }

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

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

background-color css

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

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

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

border-color css

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

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

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