Html Css Color HEX #140925 Blackcurrant

📋 copy color: '#140925'

red 20 ◦ green 9 ◦ blue 37

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

Shades of Blackcurrant #140925

Tints of Blackcurrant #140925

RGB

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

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

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

R = 30.3%
G = 13.64%
B = 56.06%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#140925 (or 0x140925) is known color: Blackcurrant. HEX triplet: 14, 09 and 25. RGB value is (20,9,37). Sum of RGB (Red+Green+Blue) = 20+9+37=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #140925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140925 is #EBF6DA. Grayscale: #0F0F0F. Windows color (decimal): -15464155 or 2427156. OLE color: 2427156.

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

Color convert

RGB 20 9 37 -
CMYK 0.46 0.76 0 0.85
HSL 263.57º 0.61% 0.09% -
HSV(B) 263.57º 0.76% 0.15% -
XYZ 0.72 0.48 1.8 -
YUV 15.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 20 9 37 0.46 0.76 0 0.85 263.57 0.61 0.09
Hex 14 9 25 2E 4C 0 55 108 3D 9
Octal 24 11 45 56 114 0 125 410 75 11
Binary 10100 1001 100101 101110 1001100 0 1010101 100001000 111101 1001

Color Harmonies of #140925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140925

Black with #140925

Text Example


Text Example

White with #140925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140925; }

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

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

background-color css

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

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

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

border-color css

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

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

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