Html Css Color HEX #140926 Blackcurrant

📋 copy color: '#140926'

red 20 ◦ green 9 ◦ blue 38

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

Shades of Blackcurrant #140926

Tints of Blackcurrant #140926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 56.72%

R = 29.85%
G = 13.43%
B = 56.72%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#140926 (or 0x140926) is known color: Blackcurrant. HEX triplet: 14, 09 and 26. RGB value is (20,9,38). Sum of RGB (Red+Green+Blue) = 20+9+38=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 38 (15.23% from 255 or 56.72% from 67); Max value from RGB is 38 - color contains mainly: blue. Hex color #140926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140926 is #EBF6D9. Grayscale: #0F0F0F. Windows color (decimal): -15464154 or 2492692. OLE color: 2492692.

HSL color Cylindrical-coordinate representation of color #140926: hue angle of 262.76º degrees, saturation: 0.62, 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 #140926 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 9 38 -
CMYK 0.47 0.76 0 0.85
HSL 262.76º 0.62% 0.09% -
HSV(B) 262.76º 0.76% 0.15% -
XYZ 0.74 0.48 1.89 -
YUV 15.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 20 9 38 0.47 0.76 0 0.85 262.76 0.62 0.09
Hex 14 9 26 2F 4C 0 55 107 3E 9
Octal 24 11 46 57 114 0 125 407 76 11
Binary 10100 1001 100110 101111 1001100 0 1010101 100000111 111110 1001

Color Harmonies of #140926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140926

Black with #140926

Text Example


Text Example

White with #140926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140926; }

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

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

background-color css

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

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

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

border-color css

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

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

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