Html Css Color HEX #130725 Blackcurrant

📋 copy color: '#130725'

red 19 ◦ green 7 ◦ blue 37

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

Shades of Blackcurrant #130725

Tints of Blackcurrant #130725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.11%

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

R = 30.16%
G = 11.11%
B = 58.73%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130725 (or 0x130725) is known color: Blackcurrant. HEX triplet: 13, 07 and 25. RGB value is (19,7,37). Sum of RGB (Red+Green+Blue) = 19+7+37=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #130725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130725 is #ECF8DA. Grayscale: #0D0D0D. Windows color (decimal): -15530203 or 2426643. OLE color: 2426643.

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

Color convert

RGB 19 7 37 -
CMYK 0.49 0.81 0 0.85
HSL 264º 0.68% 0.09% -
HSV(B) 264º 0.81% 0.15% -
XYZ 0.68 0.42 1.8 -
YUV 14.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 19 7 37 0.49 0.81 0 0.85 264 0.68 0.09
Hex 13 7 25 31 51 0 55 108 44 9
Octal 23 7 45 61 121 0 125 410 104 11
Binary 10011 111 100101 110001 1010001 0 1010101 100001000 1000100 1001

Color Harmonies of #130725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130725

Black with #130725

Text Example


Text Example

White with #130725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130725; }

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

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

background-color css

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

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

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

border-color css

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

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

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