Html Css Color HEX #140626 Blackcurrant

📋 copy color: '#140626'

red 20 ◦ green 6 ◦ blue 38

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

Shades of Blackcurrant #140626

Tints of Blackcurrant #140626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.38%

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

R = 31.25%
G = 9.38%
B = 59.38%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#140626 (or 0x140626) is known color: Blackcurrant. HEX triplet: 14, 06 and 26. RGB value is (20,6,38). Sum of RGB (Red+Green+Blue) = 20+6+38=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 38 (15.23% from 255 or 59.38% from 64); Max value from RGB is 38 - color contains mainly: blue. Hex color #140626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140626 is #EBF9D9. Grayscale: #0D0D0D. Windows color (decimal): -15464922 or 2491924. OLE color: 2491924.

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

Color convert

RGB 20 6 38 -
CMYK 0.47 0.84 0 0.85
HSL 266.25º 0.73% 0.09% -
HSV(B) 266.25º 0.84% 0.15% -
XYZ 0.7 0.42 1.88 -
YUV 13.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 20 6 38 0.47 0.84 0 0.85 266.25 0.73 0.09
Hex 14 6 26 2F 54 0 55 10A 49 9
Octal 24 6 46 57 124 0 125 412 111 11
Binary 10100 110 100110 101111 1010100 0 1010101 100001010 1001001 1001

Color Harmonies of #140626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140626

Black with #140626

Text Example


Text Example

White with #140626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140626; }

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

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

background-color css

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

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

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

border-color css

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

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

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