Html Css Color HEX #140632 Blackcurrant

📋 copy color: '#140632'

red 20 ◦ green 6 ◦ blue 50

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

Shades of Blackcurrant #140632

Tints of Blackcurrant #140632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 65.79%

R = 26.32%
G = 7.89%
B = 65.79%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#140632 (or 0x140632) is known color: Blackcurrant. HEX triplet: 14, 06 and 32. RGB value is (20,6,50). Sum of RGB (Red+Green+Blue) = 20+6+50=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #140632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140632 is #EBF9CD. Grayscale: #0F0F0F. Windows color (decimal): -15464910 or 3278356. OLE color: 3278356.

HSL color Cylindrical-coordinate representation of color #140632: hue angle of 259.09º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140632 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 6 50 -
CMYK 0.60 0.88 0 0.80
HSL 259.09º 0.79% 0.11% -
HSV(B) 259.09º 0.88% 0.2% -
XYZ 0.93 0.51 3.07 -
YUV 15.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 20 6 50 0.60 0.88 0 0.80 259.09 0.79 0.11
Hex 14 6 32 3C 58 0 50 103 4F B
Octal 24 6 62 74 130 0 120 403 117 13
Binary 10100 110 110010 111100 1011000 0 1010000 100000011 1001111 1011

Color Harmonies of #140632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140632

Black with #140632

Text Example


Text Example

White with #140632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140632; }

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

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

background-color css

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

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

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

border-color css

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

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

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