Html Css Color HEX #140927 Blackcurrant

📋 copy color: '#140927'

red 20 ◦ green 9 ◦ blue 39

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

Shades of Blackcurrant #140927

Tints of Blackcurrant #140927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 57.35%

R = 29.41%
G = 13.24%
B = 57.35%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#140927 (or 0x140927) is known color: Blackcurrant. HEX triplet: 14, 09 and 27. RGB value is (20,9,39). Sum of RGB (Red+Green+Blue) = 20+9+39=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 39 (15.62% from 255 or 57.35% from 68); Max value from RGB is 39 - color contains mainly: blue. Hex color #140927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140927 is #EBF6D8. Grayscale: #0F0F0F. Windows color (decimal): -15464153 or 2558228. OLE color: 2558228.

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

Color convert

RGB 20 9 39 -
CMYK 0.49 0.77 0 0.85
HSL 262º 0.63% 0.09% -
HSV(B) 262º 0.77% 0.15% -
XYZ 0.75 0.49 1.97 -
YUV 15.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 20 9 39 0.49 0.77 0 0.85 262 0.63 0.09
Hex 14 9 27 31 4D 0 55 106 3E 9
Octal 24 11 47 61 115 0 125 406 76 11
Binary 10100 1001 100111 110001 1001101 0 1010101 100000110 111110 1001

Color Harmonies of #140927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140927

Black with #140927

Text Example


Text Example

White with #140927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140927; }

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

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

background-color css

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

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

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

border-color css

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

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

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