Html Css Color HEX #140725 Blackcurrant

📋 copy color: '#140725'

red 20 ◦ green 7 ◦ blue 37

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

Shades of Blackcurrant #140725

Tints of Blackcurrant #140725

RGB

 RED value IS 20 (8.2% from 255) = 31.25%

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

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

R = 31.25%
G = 10.94%
B = 57.81%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#140725 (or 0x140725) is known color: Blackcurrant. HEX triplet: 14, 07 and 25. RGB value is (20,7,37). Sum of RGB (Red+Green+Blue) = 20+7+37=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 7 (3.12% from 255 or 10.94% 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 #140725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140725 is #EBF8DA. Grayscale: #0E0E0E. Windows color (decimal): -15464667 or 2426644. OLE color: 2426644.

HSL color Cylindrical-coordinate representation of color #140725: hue angle of 266º 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 #140725 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 7 37 -
CMYK 0.46 0.81 0 0.85
HSL 266º 0.68% 0.09% -
HSV(B) 266º 0.81% 0.15% -
XYZ 0.7 0.43 1.8 -
YUV 14.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 20 7 37 0.46 0.81 0 0.85 266 0.68 0.09
Hex 14 7 25 2E 51 0 55 10A 44 9
Octal 24 7 45 56 121 0 125 412 104 11
Binary 10100 111 100101 101110 1010001 0 1010101 100001010 1000100 1001

Color Harmonies of #140725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140725

Black with #140725

Text Example


Text Example

White with #140725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140725; }

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

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

background-color css

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

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

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

border-color css

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

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

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