Html Css Color HEX #140126 Blackcurrant

📋 copy color: '#140126'

red 20 ◦ green 1 ◦ blue 38

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

Shades of Blackcurrant #140126

Tints of Blackcurrant #140126

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.69%

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

R = 33.9%
G = 1.69%
B = 64.41%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#140126 (or 0x140126) is known color: Blackcurrant. HEX triplet: 14, 01 and 26. RGB value is (20,1,38). Sum of RGB (Red+Green+Blue) = 20+1+38=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 38 (15.23% from 255 or 64.41% from 59); Max value from RGB is 38 - color contains mainly: blue. Hex color #140126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140126 is #EBFED9. Grayscale: #0A0A0A. Windows color (decimal): -15466202 or 2490644. OLE color: 2490644.

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

Color convert

RGB 20 1 38 -
CMYK 0.47 0.97 0 0.85
HSL 270.81º 0.95% 0.08% -
HSV(B) 270.81º 0.97% 0.15% -
XYZ 0.65 0.31 1.86 -
YUV 10.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 20 1 38 0.47 0.97 0 0.85 270.81 0.95 0.08
Hex 14 1 26 2F 61 0 55 10F 5F 8
Octal 24 1 46 57 141 0 125 417 137 10
Binary 10100 1 100110 101111 1100001 0 1010101 100001111 1011111 1000

Color Harmonies of #140126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140126

Black with #140126

Text Example


Text Example

White with #140126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140126; }

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

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

background-color css

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

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

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

border-color css

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

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

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