Html Css Color HEX #130825 Blackcurrant

📋 copy color: '#130825'

red 19 ◦ green 8 ◦ blue 37

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

Shades of Blackcurrant #130825

Tints of Blackcurrant #130825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 57.81%

R = 29.69%
G = 12.5%
B = 57.81%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130825 (or 0x130825) is known color: Blackcurrant. HEX triplet: 13, 08 and 25. RGB value is (19,8,37). Sum of RGB (Red+Green+Blue) = 19+8+37=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #130825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130825 is #ECF7DA. Grayscale: #0E0E0E. Windows color (decimal): -15529947 or 2426899. OLE color: 2426899.

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

Color convert

RGB 19 8 37 -
CMYK 0.49 0.78 0 0.85
HSL 262.76º 0.64% 0.09% -
HSV(B) 262.76º 0.78% 0.15% -
XYZ 0.69 0.45 1.8 -
YUV 14.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 19 8 37 0.49 0.78 0 0.85 262.76 0.64 0.09
Hex 13 8 25 31 4E 0 55 107 40 9
Octal 23 10 45 61 116 0 125 407 100 11
Binary 10011 1000 100101 110001 1001110 0 1010101 100000111 1000000 1001

Color Harmonies of #130825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130825

Black with #130825

Text Example


Text Example

White with #130825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130825; }

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

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

background-color css

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

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

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

border-color css

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

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

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