Html Css Color HEX #140826 Blackcurrant

📋 copy color: '#140826'

red 20 ◦ green 8 ◦ blue 38

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

Shades of Blackcurrant #140826

Tints of Blackcurrant #140826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.12%

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

R = 30.3%
G = 12.12%
B = 57.58%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#140826 (or 0x140826) is known color: Blackcurrant. HEX triplet: 14, 08 and 26. RGB value is (20,8,38). Sum of RGB (Red+Green+Blue) = 20+8+38=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #140826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140826 is #EBF7D9. Grayscale: #0E0E0E. Windows color (decimal): -15464410 or 2492436. OLE color: 2492436.

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

Color convert

RGB 20 8 38 -
CMYK 0.47 0.79 0 0.85
HSL 264º 0.65% 0.09% -
HSV(B) 264º 0.79% 0.15% -
XYZ 0.73 0.46 1.88 -
YUV 15.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 20 8 38 0.47 0.79 0 0.85 264 0.65 0.09
Hex 14 8 26 2F 4F 0 55 108 41 9
Octal 24 10 46 57 117 0 125 410 101 11
Binary 10100 1000 100110 101111 1001111 0 1010101 100001000 1000001 1001

Color Harmonies of #140826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140826

Black with #140826

Text Example


Text Example

White with #140826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140826; }

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

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

background-color css

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

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

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

border-color css

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

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

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