Html Css Color HEX #140525 Blackcurrant

📋 copy color: '#140525'

red 20 ◦ green 5 ◦ blue 37

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

Shades of Blackcurrant #140525

Tints of Blackcurrant #140525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.06%

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

R = 32.26%
G = 8.06%
B = 59.68%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#140525 (or 0x140525) is known color: Blackcurrant. HEX triplet: 14, 05 and 25. RGB value is (20,5,37). Sum of RGB (Red+Green+Blue) = 20+5+37=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 37 (14.84% from 255 or 59.68% from 62); Max value from RGB is 37 - color contains mainly: blue. Hex color #140525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140525 is #EBFADA. Grayscale: #0D0D0D. Windows color (decimal): -15465179 or 2426132. OLE color: 2426132.

HSL color Cylindrical-coordinate representation of color #140525: hue angle of 268.12º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #140525 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 5 37 -
CMYK 0.46 0.86 0 0.85
HSL 268.13º 0.76% 0.08% -
HSV(B) 268.13º 0.86% 0.15% -
XYZ 0.68 0.39 1.79 -
YUV 13.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 20 5 37 0.46 0.86 0 0.85 268.13 0.76 0.08
Hex 14 5 25 2E 56 0 55 10C 4C 8
Octal 24 5 45 56 126 0 125 414 114 10
Binary 10100 101 100101 101110 1010110 0 1010101 100001100 1001100 1000

Color Harmonies of #140525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140525

Black with #140525

Text Example


Text Example

White with #140525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140525; }

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

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

background-color css

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

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

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

border-color css

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

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

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